Overview Schemas Index

STRUCTURAL_RESPONSE_REPRESENTATION_SCHEMA (jsdai.SStructural_response_representation_schema)


ENTITY surface_element_location;
          coordinates : fea_parametric_point;
END_ENTITY; -- surface_element_location

Entity data types and their attributes

surface_element_location
          coordinates: fea_parametric_point;

Users

surface_element_location
          surface_2d_element_basis.evaluation_points
          surface_2d_element_value_and_location.location
          surface_3d_element_basis.evaluation_points
          surface_3d_element_value_and_location.location
          surface_position_weight.integration_position
          surface_volume_element_location.field_location

Global rules for this entity data type

          -

public interface ESurface_element_location extends EEntity

coordinates (explicit attribute)

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

public class CSurface_element_location implements ESurface_element_location

          static EAttribute attributeCoordinates(ESurface_element_location type)
          static int usedinCoordinates(ESurface_element_location type, EFea_parametric_point instance, ASdaiModel domain, ASurface_element_location result)

public class ASurface_element_location extends AEntity

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