|
ENTITY faceted_primitive SUPERTYPE OF (ONEOF (tetrahedron, convex_hexahedron)) SUBTYPE OF (geometric_representation_item); points : LIST [4:?] OF UNIQUE cartesian_point; WHERE WR1: points[1].dim = 3; END_ENTITY; -- faceted_primitive |
Entity data types and their attributesrepresentation_itemname: label; geometric_representation_item (DER) dim: dimension_count; faceted_primitive points: LIST [4:?] OF UNIQUE cartesian_point; |
| convex_hexahedron (geometric_model_schema) |
| tetrahedron (geometric_model_schema) |
Global rules for this entity data type- |