Overview Schemas Index

STRUCTURAL_RESPONSE_REPRESENTATION_SCHEMA (jsdai.SStructural_response_representation_schema)


ENTITY surface_3d_element_descriptor
          SUBTYPE OF (element_descriptor);
          purpose : SET [1:?] OF SET [1:?] OF surface_element_purpose;
          shape : element_2d_shape;
END_ENTITY; -- surface_3d_element_descriptor

Entity data types and their attributes

element_descriptor
          topology_order: element_order;
          description: text;
surface_3d_element_descriptor
          purpose: SET [1:?] OF SET [1:?] OF surface_element_purpose;
          shape: element_2d_shape;

Users

element_descriptor
surface_3d_element_descriptor
          surface_3d_element_basis.descriptor
          surface_3d_element_field_variable_definition.element
                    surface_3d_element_output_reference
          surface_3d_element_integrated_matrix.descriptor
          surface_3d_element_representation.element_descriptor

Global rules for this entity data type

          -

public interface ESurface_3d_element_descriptor extends EElement_descriptor

purpose (explicit attribute)

          boolean testPurpose(ESurface_3d_element_descriptor type)
          AaSurface_element_purpose getPurpose(ESurface_3d_element_descriptor type)
          AaSurface_element_purpose createPurpose(ESurface_3d_element_descriptor type)
          void unsetPurpose(ESurface_3d_element_descriptor type)

shape (explicit attribute)

          boolean testShape(ESurface_3d_element_descriptor type)
          int getShape(ESurface_3d_element_descriptor type)
          void setShape(ESurface_3d_element_descriptor type, int value)
          void unsetShape(ESurface_3d_element_descriptor type)

public class CSurface_3d_element_descriptor implements ESurface_3d_element_descriptor

          static EAttribute attributePurpose(ESurface_3d_element_descriptor type)
          static int usedinPurpose(ESurface_3d_element_descriptor type, EEntity instance, ASdaiModel domain, ASurface_3d_element_descriptor result)
          static EAttribute attributeShape(ESurface_3d_element_descriptor type)

public class ASurface_3d_element_descriptor extends AEntity

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