Overview Schemas Index

STRUCTURAL_RESPONSE_REPRESENTATION_SCHEMA (jsdai.SStructural_response_representation_schema)


ENTITY curve_element_location;
          coordinate : fea_parametric_point;
END_ENTITY; -- curve_element_location

Entity data types and their attributes

curve_element_location
          coordinate: fea_parametric_point;

Users

curve_element_location
          curve_3d_element_basis.evaluation_points
          curve_3d_element_value_and_location.location
          curve_element_interval.finish_position
          curve_volume_element_location.field_location

Global rules for this entity data type

          -

public interface ECurve_element_location extends EEntity

coordinate (explicit attribute)

          boolean testCoordinate(ECurve_element_location type)
          EFea_parametric_point getCoordinate(ECurve_element_location type)
          void setCoordinate(ECurve_element_location type, EFea_parametric_point value)
          void unsetCoordinate(ECurve_element_location type)

public class CCurve_element_location implements ECurve_element_location

          static EAttribute attributeCoordinate(ECurve_element_location type)
          static int usedinCoordinate(ECurve_element_location type, EFea_parametric_point instance, ASdaiModel domain, ACurve_element_location result)

public class ACurve_element_location extends AEntity

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