Navigation

swept_area_solid

EXPRESS specification:

ENTITY swept_area_solid
SUPERTYPE OF (ONEOF(extruded_area_solid, revolved_area_solid, surface_curve_swept_area_solid))
SUBTYPE OF ( solid_model);
swept_area  :  curve_bounded_surface;
WHERE
WRS37  :  'STRUCTURAL_FRAME_SCHEMA.PLANE' IN TYPEOF(swept_area.basis_surface);
END_ENTITY;

References (4):

Name Type Referred through Express-G
extruded_area_solid Entity
Supertype
No Diagram
revolved_area_solid Entity
Supertype
No Diagram
solid_model Entity
Subtype
No Diagram
surface_curve_swept_area_solid Entity
Supertype
No Diagram

Inheritance graph

ENTITY swept_area_solid;
ENTITY representation_item;
name  :  label;
ENTITY geometric_representation_item;
DERIVE
dim  :  dimension_count :=  dimension_of(SELF);
ENTITY solid_model;
ENTITY swept_area_solid;
swept_area  :  curve_bounded_surface;
END_ENTITY;