Overview Schemas Index

STRUCTURAL_RESPONSE_REPRESENTATION_SCHEMA (jsdai.SStructural_response_representation_schema)


ENTITY curve_section_element_location;
          offsets : ARRAY [1:2] OF context_dependent_measure;
END_ENTITY; -- curve_section_element_location

Entity data types and their attributes

curve_section_element_location
          offsets: ARRAY [1:2] OF context_dependent_measure;

Users

curve_section_element_location
          curve_2d_element_integration.section
          curve_2d_element_value_and_location.location
          curve_2d_node_field_section_variable_values.location
          curve_3d_node_field_section_variable_values.location
          curve_section_integration_explicit.integration_positions
          curve_volume_element_location.section_location

Global rules for this entity data type

          -

public interface ECurve_section_element_location extends EEntity

offsets (explicit attribute)

          boolean testOffsets(ECurve_section_element_location type)
          A_double getOffsets(ECurve_section_element_location type)
          A_double createOffsets(ECurve_section_element_location type)
          void unsetOffsets(ECurve_section_element_location type)

public class CCurve_section_element_location implements ECurve_section_element_location

          static EAttribute attributeOffsets(ECurve_section_element_location type)

public class ACurve_section_element_location extends AEntity

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