Navigation

wedge_volume

EXPRESS specification:

ENTITY wedge_volume
SUBTYPE OF ( volume);
position  :  axis2_placement_3d;
x  :  positive_length_measure;
y  :  positive_length_measure;
z  :  positive_length_measure;
ltx  :  length_measure;
WHERE
WRE5  :  ((0.0 <= ltx) AND (ltx < x));
END_ENTITY;

References (1):

Name Type Referred through Express-G
volume Entity
Subtype
No Diagram

Inheritance graph

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