Overview Schemas Index

STRUCTURAL_RESPONSE_REPRESENTATION_SCHEMA (jsdai.SStructural_response_representation_schema)


ENTITY curve_element_section_definition
          SUPERTYPE OF (curve_element_section_derived_definitions);
          description : text;
          section_angle : plane_angle_measure;
END_ENTITY; -- curve_element_section_definition

Entity data types and their attributes

curve_element_section_definition
          description: text;
          section_angle: plane_angle_measure;

Known subtypes

          curve_element_section_derived_definitions (STRUCTURAL_RESPONSE_REPRESENTATION_SCHEMA)

Users

curve_element_section_definition
          curve_2d_element_property.section
          curve_element_interval_constant.section
          curve_element_interval_linearly_varying.sections
          fea_beam_section_idealisation_relationship.idealising
          fea_curve_section_geometric_relationship.section_ref

Global rules for this entity data type

          -

public interface ECurve_element_section_definition extends EEntity

description (explicit attribute)

          boolean testDescription(ECurve_element_section_definition type)
          String getDescription(ECurve_element_section_definition type)
          void setDescription(ECurve_element_section_definition type, String value)
          void unsetDescription(ECurve_element_section_definition type)

section_angle (explicit attribute)

          boolean testSection_angle(ECurve_element_section_definition type)
          double getSection_angle(ECurve_element_section_definition type)
          void setSection_angle(ECurve_element_section_definition type, double value)
          void unsetSection_angle(ECurve_element_section_definition type)

public class CCurve_element_section_definition implements ECurve_element_section_definition

          static EAttribute attributeDescription(ECurve_element_section_definition type)
          static EAttribute attributeSection_angle(ECurve_element_section_definition type)

public class ACurve_element_section_definition extends AEntity

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