|
ENTITY swept_face_solid SUPERTYPE OF (ONEOF (extruded_face_solid, revolved_face_solid, surface_curve_swept_face_solid)) SUBTYPE OF (solid_model); swept_face : face_surface; WHERE WR1: 'GEOMETRY_SCHEMA.PLANE' IN TYPEOF(swept_face.face_geometry); END_ENTITY; -- swept_face_solid |
Entity data types and their attributesrepresentation_itemname: label; geometric_representation_item (DER) dim: dimension_count; solid_model - swept_face_solid swept_face: face_surface; |
| extruded_face_solid (geometric_model_schema) |
| revolved_face_solid (geometric_model_schema) |
| surface_curve_swept_face_solid (geometric_model_schema) |
Global rules for this entity data type- |