Overview Schemas Index

STRUCTURAL_RESPONSE_REPRESENTATION_SCHEMA (jsdai.SStructural_response_representation_schema)


ENTITY curve_volume_element_location;
          field_location : curve_element_location;
          section_location : curve_section_element_location;
END_ENTITY; -- curve_volume_element_location

Entity data types and their attributes

curve_volume_element_location
          field_location: curve_element_location;
          section_location: curve_section_element_location;

Users

curve_volume_element_location
          curve_2d_element_value_and_volume_location.location
          curve_3d_element_position_weight.integration_position
          curve_3d_element_value_and_volume_location.location

Global rules for this entity data type

          -

public interface ECurve_volume_element_location extends EEntity

field_location (explicit attribute)

          boolean testField_location(ECurve_volume_element_location type)
          ECurve_element_location getField_location(ECurve_volume_element_location type)
          void setField_location(ECurve_volume_element_location type, ECurve_element_location value)
          void unsetField_location(ECurve_volume_element_location type)

section_location (explicit attribute)

          boolean testSection_location(ECurve_volume_element_location type)
          ECurve_section_element_location getSection_location(ECurve_volume_element_location type)
          void setSection_location(ECurve_volume_element_location type, ECurve_section_element_location value)
          void unsetSection_location(ECurve_volume_element_location type)

public class CCurve_volume_element_location implements ECurve_volume_element_location

          static EAttribute attributeField_location(ECurve_volume_element_location type)
          static int usedinField_location(ECurve_volume_element_location type, ECurve_element_location instance, ASdaiModel domain, ACurve_volume_element_location result)
          static EAttribute attributeSection_location(ECurve_volume_element_location type)
          static int usedinSection_location(ECurve_volume_element_location type, ECurve_section_element_location instance, ASdaiModel domain, ACurve_volume_element_location result)

public class ACurve_volume_element_location extends AEntity

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