|
ENTITY Composite_curve_segment; segment_curve : Curve; INVERSE using_curves : SET [1:?] OF Composite_curve FOR curve_segment; END_ENTITY; -- Composite_curve_segment |
Entity data types and their attributesComposite_curve_segmentsegment_curve: Curve; (INV) using_curves: SET [1:?] OF Composite_curve FOR curve_segment; |
Global rules for this entity data type- |