surface_of_linear_extrusion
EXPRESS specification:
ENTITY
surface_of_linear_extrusion
SUBTYPE
OF
(
swept_surface
);
extrusion_axis
:
vector
;
END_ENTITY
;
References (1):
Name
Type
Referred through
Express-G
swept_surface
Entity
Subtype
No Diagram
Inheritance graph
ENTITY
surface_of_linear_extrusion;
ENTITY
representation_item
;
name
:
label
;
ENTITY
geometric_representation_item
;
DERIVE
dim
:
dimension_count
:= dimension_of(SELF);
ENTITY
surface
;
ENTITY
swept_surface
;
swept_curve
:
curve
;
ENTITY
surface_of_linear_extrusion
;
extrusion_axis
:
vector
;
END_ENTITY
;