right_circular_cone
EXPRESS specification:
ENTITY
right_circular_cone
SUBTYPE
OF
(
geometric_representation_item
);
position
:
axis1_placement
;
height
:
positive_length_measure
;
radius
:
length_measure
;
semi_angle
:
plane_angle_measure
;
WHERE
WRR34
:
radius >= 0.0;
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_circular_cone;
ENTITY
representation_item
;
name
:
label
;
ENTITY
geometric_representation_item
;
DERIVE
dim
:
dimension_count
:= dimension_of(SELF);
ENTITY
right_circular_cone
;
position
:
axis1_placement
;
height
:
positive_length_measure
;
radius
:
length_measure
;
semi_angle
:
plane_angle_measure
;
END_ENTITY
;