|
ENTITY offset_curve_2d SUBTYPE OF (curve); basis_curve : curve; distance : length_measure; self_intersect : LOGICAL; WHERE WR1: basis_curve.dim = 2; END_ENTITY; -- offset_curve_2d |
Entity data types and their attributesrepresentation_itemname: label; geometric_representation_item (DER) dim: dimension_count; curve - offset_curve_2d basis_curve: curve; distance: length_measure; self_intersect: LOGICAL; |
Global rules for this entity data type- |