Navigation

right_angular_wedge

EXPRESS specification:

ENTITY right_angular_wedge
SUBTYPE OF ( geometric_representation_item);
position  :  axis2_placement_3d;
x  :  positive_length_measure;
y  :  positive_length_measure;
z  :  positive_length_measure;
ltx  :  length_measure;
WHERE
WRR33  :  ((0.0 <= ltx) AND (ltx < x));
END_ENTITY;

References (2):

Name Type Referred through Express-G
csg_primitive Select
Select relation
No Diagram
geometric_representation_item Entity
Subtype
No Diagram

Inheritance graph

ENTITY right_angular_wedge;
ENTITY representation_item;
name  :  label;
ENTITY geometric_representation_item;
DERIVE
dim  :  dimension_count :=  dimension_of(SELF);
ENTITY right_angular_wedge;
position  :  axis2_placement_3d;
x  :  positive_length_measure;
y  :  positive_length_measure;
z  :  positive_length_measure;
ltx  :  length_measure;
END_ENTITY;