Navigation

swept_surface

EXPRESS specification:

ENTITY swept_surface
SUPERTYPE OF (ONEOF(surface_of_linear_extrusion, surface_of_revolution, surface_curve_swept_surface, fixed_reference_swept_surface))
SUBTYPE OF ( surface);
swept_curve  :  curve;
END_ENTITY;

References (5):

Name Type Referred through Express-G
fixed_reference_swept_surface Entity
Supertype
No Diagram
surface Entity
Subtype
No Diagram
surface_curve_swept_surface Entity
Supertype
No Diagram
surface_of_linear_extrusion Entity
Supertype
No Diagram
surface_of_revolution Entity
Supertype
No Diagram

Inheritance graph

ENTITY swept_surface;
ENTITY representation_item;
name  :  label;
ENTITY geometric_representation_item;
DERIVE
dim  :  dimension_count :=  dimension_of(SELF);
ENTITY surface;
ENTITY swept_surface;
swept_curve  :  curve;
END_ENTITY;