Overview Schemas Index

FINITE_ELEMENT_ANALYSIS_CONTROL_AND_RESULT_SCHEMA (jsdai.SFinite_element_analysis_control_and_result_schema)


ENTITY surface_3d_substructure_element_reference;
          substructure_element_ref : substructure_element_representation;
          element_ref : surface_3d_element_representation;
END_ENTITY; -- surface_3d_substructure_element_reference

Entity data types and their attributes

surface_3d_substructure_element_reference
          substructure_element_ref: substructure_element_representation;
          element_ref: surface_3d_element_representation;

Users

surface_3d_substructure_element_reference
          surface_3d_element_field_variable_definition.element
                    surface_3d_element_output_reference

Global rules for this entity data type

          -

public interface ESurface_3d_substructure_element_reference extends EEntity

substructure_element_ref (explicit attribute)

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

element_ref (explicit attribute)

          boolean testElement_ref(ESurface_3d_substructure_element_reference type)
          ESurface_3d_element_representation getElement_ref(ESurface_3d_substructure_element_reference type)
          void setElement_ref(ESurface_3d_substructure_element_reference type, ESurface_3d_element_representation value)
          void unsetElement_ref(ESurface_3d_substructure_element_reference type)

public class CSurface_3d_substructure_element_reference implements ESurface_3d_substructure_element_reference

          static EAttribute attributeSubstructure_element_ref(ESurface_3d_substructure_element_reference type)
          static int usedinSubstructure_element_ref(ESurface_3d_substructure_element_reference type, ESubstructure_element_representation instance, ASdaiModel domain, ASurface_3d_substructure_element_reference result)
          static EAttribute attributeElement_ref(ESurface_3d_substructure_element_reference type)
          static int usedinElement_ref(ESurface_3d_substructure_element_reference type, ESurface_3d_element_representation instance, ASdaiModel domain, ASurface_3d_substructure_element_reference result)

public class ASurface_3d_substructure_element_reference extends AEntity

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