|
ENTITY surface_curve_swept_face_solid SUBTYPE OF (swept_face_solid); directrix : curve; start_param : REAL; end_param : REAL; reference_surface : surface; WHERE WR1: (NOT ('GEOMETRY_SCHEMA.SURFACE_CURVE' IN TYPEOF(directrix))) OR (reference_surface IN (directrix\surface_curve.basis_surface)); END_ENTITY; -- surface_curve_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; surface_curve_swept_face_solid directrix: curve; start_param: REAL; end_param: REAL; reference_surface: surface; |
Global rules for this entity data type- |