torus
EXPRESS specification:
ENTITY
torus
SUBTYPE
OF
(
geometric_representation_item
);
position
:
axis1_placement
;
major_radius
:
positive_length_measure
;
minor_radius
:
positive_length_measure
;
WHERE
WRT7
:
major_radius > minor_radius;
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
torus;
ENTITY
representation_item
;
name
:
label
;
ENTITY
geometric_representation_item
;
DERIVE
dim
:
dimension_count
:= dimension_of(SELF);
ENTITY
torus
;
position
:
axis1_placement
;
major_radius
:
positive_length_measure
;
minor_radius
:
positive_length_measure
;
END_ENTITY
;