extruded_area_solid
EXPRESS specification:
ENTITY
extruded_area_solid
SUBTYPE
OF
(
swept_area_solid
);
extruded_direction
:
direction
;
depth
:
positive_length_measure
;
WHERE
WRE19
:
dot_product( (SELF\swept_area_solid.swept_area.basis_surface\ elementary_surface.position.p[3]), extruded_direction) <> 0.0;
END_ENTITY
;
References (1):
Name
Type
Referred through
Express-G
swept_area_solid
Entity
Subtype
No Diagram
Inheritance graph
ENTITY
extruded_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
;
ENTITY
extruded_area_solid
;
extruded_direction
:
direction
;
depth
:
positive_length_measure
;
END_ENTITY
;