|
ENTITY composite_curve_segment SUBTYPE OF (founded_item); transition : transition_code; same_sense : BOOLEAN; parent_curve : curve; INVERSE using_curves : BAG [1:?] OF composite_curve FOR segments; WHERE WR1: ('GEOMETRY_SCHEMA.BOUNDED_CURVE' IN TYPEOF(parent_curve)); END_ENTITY; -- composite_curve_segment |
Entity data types and their attributesfounded_item(DER) users: SET [0:?] OF founded_item_select; composite_curve_segment transition: transition_code; same_sense: BOOLEAN; parent_curve: curve; (INV) using_curves: BAG [1:?] OF composite_curve FOR segments; |
| reparametrised_composite_curve_segment (geometry_schema) |
Global rules for this entity data type- |