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