ENTITY surface_element_location; coordinates : fea_parametric_point; END_ENTITY; -- surface_element_location |
Entity data types and their attributessurface_element_locationcoordinates: fea_parametric_point; |
Users: by entity attributessurface_element_locationsurface_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 Users: by defined types, not used by any entity attributesurface_element_location- |
Global rules for this entity data type- |
public interface ESurface_element_location extends EEntitycoordinates (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_locationstatic 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 AEntitypublic ESurface_element_location getByIndex(int index)public ESurface_element_location getCurrentMember(SdaiIterator it) |