Overview Schemas Index

STRUCTURAL_RESPONSE_REPRESENTATION_SCHEMA (jsdai.SStructural_response_representation_schema)


ENTITY volume_element_location;
          coordinates : fea_parametric_point;
END_ENTITY; -- volume_element_location

Entity data types and their attributes

volume_element_location
          coordinates: fea_parametric_point;

Users

volume_element_location
          volume_2d_element_basis.evaluation_points
          volume_2d_element_value_and_location.location
          volume_3d_element_basis.evaluation_points
          volume_3d_element_value_and_location.location
          volume_position_weight.integration_position

Global rules for this entity data type

          -

public interface EVolume_element_location extends EEntity

coordinates (explicit attribute)

          boolean testCoordinates(EVolume_element_location type)
          EFea_parametric_point getCoordinates(EVolume_element_location type)
          void setCoordinates(EVolume_element_location type, EFea_parametric_point value)
          void unsetCoordinates(EVolume_element_location type)

public class CVolume_element_location implements EVolume_element_location

          static EAttribute attributeCoordinates(EVolume_element_location type)
          static int usedinCoordinates(EVolume_element_location type, EFea_parametric_point instance, ASdaiModel domain, AVolume_element_location result)

public class AVolume_element_location extends AEntity

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