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