poly_loop
EXPRESS specification:
ENTITY
poly_loop
SUBTYPE
OF
(
loop
,
geometric_representation_item
);
polygon
:
LIST
[3:?]
OF
cartesian_point
;
END_ENTITY
;
References (2):
Name
Type
Referred through
Express-G
geometric_representation_item
Entity
Subtype
No Diagram
loop
Entity
Subtype
No Diagram
Inheritance graph
ENTITY
poly_loop;
ENTITY
representation_item
;
name
:
label
;
ENTITY
topological_representation_item
;
ENTITY
loop
;
ENTITY
representation_item
;
name
:
label
;
ENTITY
geometric_representation_item
;
DERIVE
dim
:
dimension_count
:= dimension_of(SELF);
ENTITY
poly_loop
;
polygon
:
LIST
[3:?]
OF
cartesian_point
;
END_ENTITY
;