|
ENTITY oriented_closed_shell SUBTYPE OF (closed_shell); closed_shell_element : closed_shell; orientation : BOOLEAN; DERIVE SELF\connected_face_set.cfs_faces : SET [1:?] OF face := conditional_reverse(SELF.orientation, SELF.closed_shell_element.cfs_faces); WHERE WR1: NOT ('TOPOLOGY_SCHEMA.ORIENTED_CLOSED_SHELL' IN TYPEOF (SELF.closed_shell_element)); END_ENTITY; -- oriented_closed_shell |
Entity data types and their attributesrepresentation_itemname: label; topological_representation_item - connected_face_set cfs_faces: SET [1:?] OF face; closed_shell - oriented_closed_shell closed_shell_element: closed_shell; orientation: BOOLEAN; (RT) (DER) cfs_faces: SET [1:?] OF face; |
Global rules for this entity data type- |