|
ENTITY Trimmed_curve SUBTYPE OF (Curve); start_point : Cartesian_point; end_point : Cartesian_point; END_ENTITY; -- Trimmed_curve |
Entity data types and their attributesRepresentation_item(OPT) name: STRING; Detailed_geometric_model_element - Curve - Trimmed_curve start_point: Cartesian_point; end_point: Cartesian_point; |
Global rules for this entity data type- |