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