ENTITY curved_distance_dimension SUBTYPE OF (dimensional_location_with_path, location_dimension); DERIVE SELF\shape_aspect_relationship.name : label := ''; WHERE wr1: NOT EXISTS(orientation); END_ENTITY; -- curved_distance_dimension |
Entity data types and their attributesshape_aspect_relationshipname: label; (OPT) description: text; relating_shape_aspect: shape_aspect; related_shape_aspect: shape_aspect; (DER) id: identifier; dimensional_location - dimensional_location_with_path path: shape_aspect; directed_dimensional_location - location_dimension (OPT) single_value: measure_representation_item; (OPT) lower_range: measure_representation_item; (OPT) upper_range: measure_representation_item; (OPT) notes: SET [1:?] OF STRING; (OPT) id_x: STRING; directed: BOOLEAN; envelope_principle: BOOLEAN; theoretical_exact: BOOLEAN; auxiliary: BOOLEAN; (OPT) orientation: axis2_placement; curved_distance_dimension (RT) (DER) name: label; |
Global rules for this entity data type- |
public interface ECurved_distance_dimension extends EDimensional_location_with_path, ELocation_dimension |
public class CCurved_distance_dimension implements ECurved_distance_dimensionstatic EAttribute attributeName(ECurved_distance_dimension type) |
public class ACurved_distance_dimension extends AEntitypublic ECurved_distance_dimension getByIndex(int index)public ECurved_distance_dimension getCurrentMember(SdaiIterator it) |