conical_surface
EXPRESS specification:
ENTITY
conical_surface
SUBTYPE
OF
(
elementary_surface
);
radius
:
length_measure
;
semi_angle
:
plane_angle_measure
;
WHERE
WRC9
:
radius >= 0.0;
END_ENTITY
;
References (1):
Name
Type
Referred through
Express-G
elementary_surface
Entity
Subtype
No Diagram
Inheritance graph
ENTITY
conical_surface;
ENTITY
representation_item
;
name
:
label
;
ENTITY
geometric_representation_item
;
DERIVE
dim
:
dimension_count
:= dimension_of(SELF);
ENTITY
surface
;
ENTITY
elementary_surface
;
position
:
axis2_placement_3d
;
ENTITY
conical_surface
;
radius
:
length_measure
;
semi_angle
:
plane_angle_measure
;
END_ENTITY
;