Overview Schemas Index

FINITE_ELEMENT_ANALYSIS_CONTROL_AND_RESULT_SCHEMA (jsdai.SFinite_element_analysis_control_and_result_schema)


ENTITY curve_3d_substructure_element_reference;
          substructure_element_ref : substructure_element_representation;
          element_ref : curve_3d_element_representation;
END_ENTITY; -- curve_3d_substructure_element_reference

Entity data types and their attributes

curve_3d_substructure_element_reference
          substructure_element_ref: substructure_element_representation;
          element_ref: curve_3d_element_representation;

Users

curve_3d_substructure_element_reference
          curve_3d_element_field_variable_definition.element
                    curve_3d_element_output_reference

Global rules for this entity data type

          -

public interface ECurve_3d_substructure_element_reference extends EEntity

substructure_element_ref (explicit attribute)

          boolean testSubstructure_element_ref(ECurve_3d_substructure_element_reference type)
          ESubstructure_element_representation getSubstructure_element_ref(ECurve_3d_substructure_element_reference type)
          void setSubstructure_element_ref(ECurve_3d_substructure_element_reference type, ESubstructure_element_representation value)
          void unsetSubstructure_element_ref(ECurve_3d_substructure_element_reference type)

element_ref (explicit attribute)

          boolean testElement_ref(ECurve_3d_substructure_element_reference type)
          ECurve_3d_element_representation getElement_ref(ECurve_3d_substructure_element_reference type)
          void setElement_ref(ECurve_3d_substructure_element_reference type, ECurve_3d_element_representation value)
          void unsetElement_ref(ECurve_3d_substructure_element_reference type)

public class CCurve_3d_substructure_element_reference implements ECurve_3d_substructure_element_reference

          static EAttribute attributeSubstructure_element_ref(ECurve_3d_substructure_element_reference type)
          static int usedinSubstructure_element_ref(ECurve_3d_substructure_element_reference type, ESubstructure_element_representation instance, ASdaiModel domain, ACurve_3d_substructure_element_reference result)
          static EAttribute attributeElement_ref(ECurve_3d_substructure_element_reference type)
          static int usedinElement_ref(ECurve_3d_substructure_element_reference type, ECurve_3d_element_representation instance, ASdaiModel domain, ACurve_3d_substructure_element_reference result)

public class ACurve_3d_substructure_element_reference extends AEntity

          public ECurve_3d_substructure_element_reference getByIndex(int index)
          public ECurve_3d_substructure_element_reference getCurrentMember(SdaiIterator it)