eccentric_conical_volume
EXPRESS specification:
ENTITY
eccentric_conical_volume
SUBTYPE
OF
(
volume
);
position
:
axis2_placement_3d
;
semi_axis_1
:
positive_length_measure
;
semi_axis_2
:
positive_length_measure
;
height
:
positive_length_measure
;
x_offset
:
length_measure
;
y_offset
:
length_measure
;
ratio
:
REAL
;
WHERE
WRE22
:
ratio >= 0.0;
END_ENTITY
;
References (1):
Name
Type
Referred through
Express-G
volume
Entity
Subtype
No Diagram
Inheritance graph
ENTITY
eccentric_conical_volume;
ENTITY
representation_item
;
name
:
label
;
ENTITY
geometric_representation_item
;
DERIVE
dim
:
dimension_count
:= dimension_of(SELF);
ENTITY
volume
;
ENTITY
eccentric_conical_volume
;
position
:
axis2_placement_3d
;
semi_axis_1
:
positive_length_measure
;
semi_axis_2
:
positive_length_measure
;
height
:
positive_length_measure
;
x_offset
:
length_measure
;
y_offset
:
length_measure
;
ratio
:
REAL
;
END_ENTITY
;