Overview Schemas Index

STRUCTURAL_RESPONSE_REPRESENTATION_SCHEMA (jsdai.SStructural_response_representation_schema)


ENTITY surface_section
          SUPERTYPE OF (ONEOF (uniform_surface_section, uniform_surface_section_layered));
          offset : measure_or_unspecified_value;
          non_structural_mass : measure_or_unspecified_value;
          non_structural_mass_offset : measure_or_unspecified_value;
END_ENTITY; -- surface_section

Entity data types and their attributes

surface_section
          offset: measure_or_unspecified_value;
          non_structural_mass: measure_or_unspecified_value;
          non_structural_mass_offset: measure_or_unspecified_value;

Known subtypes

          uniform_surface_section (STRUCTURAL_RESPONSE_REPRESENTATION_SCHEMA)
          uniform_surface_section_layered (STRUCTURAL_RESPONSE_REPRESENTATION_SCHEMA)

Users

surface_section
          fea_shell_section_idealisation_relationship.idealising
          fea_surface_section_geometric_relationship.section_ref
          surface_section_field_constant.definition
          surface_section_field_varying.definitions

Global rules for this entity data type

          -

public interface ESurface_section extends EEntity

offset (explicit attribute)

          int testOffset(ESurface_section type)
          case sOffsetContext_dependent_measure:
              double getOffset(ESurface_section type, EContext_dependent_measure node1)
              void setOffset(ESurface_section type, double value, EContext_dependent_measure node1)
          case sOffsetUnspecified_value:
              int getOffset(ESurface_section type, EUnspecified_value node1)
              void setOffset(ESurface_section type, int value, EUnspecified_value node1)
          void unsetOffset(ESurface_section type)

non_structural_mass (explicit attribute)

          int testNon_structural_mass(ESurface_section type)
          case sNon_structural_massContext_dependent_measure:
              double getNon_structural_mass(ESurface_section type, EContext_dependent_measure node1)
              void setNon_structural_mass(ESurface_section type, double value, EContext_dependent_measure node1)
          case sNon_structural_massUnspecified_value:
              int getNon_structural_mass(ESurface_section type, EUnspecified_value node1)
              void setNon_structural_mass(ESurface_section type, int value, EUnspecified_value node1)
          void unsetNon_structural_mass(ESurface_section type)

non_structural_mass_offset (explicit attribute)

          int testNon_structural_mass_offset(ESurface_section type)
          case sNon_structural_mass_offsetContext_dependent_measure:
              double getNon_structural_mass_offset(ESurface_section type, EContext_dependent_measure node1)
              void setNon_structural_mass_offset(ESurface_section type, double value, EContext_dependent_measure node1)
          case sNon_structural_mass_offsetUnspecified_value:
              int getNon_structural_mass_offset(ESurface_section type, EUnspecified_value node1)
              void setNon_structural_mass_offset(ESurface_section type, int value, EUnspecified_value node1)
          void unsetNon_structural_mass_offset(ESurface_section type)

public class CSurface_section implements ESurface_section

          static EAttribute attributeOffset(ESurface_section type)
          static int usedinOffset(ESurface_section type, EEntity instance, ASdaiModel domain, ASurface_section result)
          static EAttribute attributeNon_structural_mass(ESurface_section type)
          static int usedinNon_structural_mass(ESurface_section type, EEntity instance, ASdaiModel domain, ASurface_section result)
          static EAttribute attributeNon_structural_mass_offset(ESurface_section type)
          static int usedinNon_structural_mass_offset(ESurface_section type, EEntity instance, ASdaiModel domain, ASurface_section result)

public class ASurface_section extends AEntity

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