ENTITY datum_point SUBTYPE OF (datum_defined_by_derived_shape); DERIVE SELF\shape_aspect.description : text := 'point'; END_ENTITY; -- datum_point |
Entity data types and their attributesshape_aspectname: label; (OPT) description: text; of_shape: product_definition_shape; product_definitional: LOGICAL; (DER) id: identifier; derived_shape_aspect (INV) deriving_relationships: SET [1:?] OF shape_aspect_deriving_relationship FOR relating_shape_aspect; derived_shape_element derived_from: SET [1:?] OF shape_aspect; datum identification: identifier; (INV) established_by_relationships: SET [1:?] OF shape_aspect_relationship FOR related_shape_aspect; single_datum - datum_defined_by_derived_shape - datum_point (RT) (DER) description: text; |
edge_segment_vertex_armx (EXTENDED_GEOMETRIC_TOLERANCE_XIM) |
Global rules for this entity data type- |
public interface EDatum_point extends EDatum_defined_by_derived_shape |
public class CDatum_point implements EDatum_pointstatic EAttribute attributeDescription(EDatum_point type) |
public class ADatum_point extends AEntitypublic EDatum_point getByIndex(int index)public EDatum_point getCurrentMember(SdaiIterator it) |