|
ENTITY seam_edge SUBTYPE OF (oriented_edge); pcurve_reference : pcurve; WHERE WR1: ( 'TOPOLOGY_SCHEMA.EDGE_CURVE' IN TYPEOF (edge_element) ) AND ('TOPOLOGY_SCHEMA.SEAM_CURVE' IN TYPEOF (edge_element\edge_curve.edge_geometry)); WR2: pcurve_reference IN edge_element\edge_curve.edge_geometry\ surface_curve.associated_geometry; END_ENTITY; -- seam_edge |
Entity data types and their attributesrepresentation_itemname: label; topological_representation_item - edge edge_start: vertex; edge_end: vertex; oriented_edge edge_element: edge; orientation: BOOLEAN; (RT) (DER) edge_start: vertex; (RT) (DER) edge_end: vertex; seam_edge pcurve_reference: pcurve; |
Global rules for this entity data type- |