Navigation

swept_face_solid

EXPRESS specification:

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
WRS38  :  'STRUCTURAL_FRAME_SCHEMA.PLANE' IN TYPEOF(swept_face.face_geometry);
END_ENTITY;

References (4):

Name Type Referred through Express-G
extruded_face_solid Entity
Supertype
No Diagram
revolved_face_solid Entity
Supertype
No Diagram
solid_model Entity
Subtype
No Diagram
surface_curve_swept_face_solid Entity
Supertype
No Diagram

Inheritance graph

ENTITY swept_face_solid;
ENTITY representation_item;
name  :  label;
ENTITY geometric_representation_item;
DERIVE
dim  :  dimension_count :=  dimension_of(SELF);
ENTITY solid_model;
ENTITY swept_face_solid;
swept_face  :  face_surface;
END_ENTITY;