Navigation

polygonal_area

EXPRESS specification:

ENTITY polygonal_area
SUBTYPE OF ( primitive_2d);
bounds  :  LIST [3:?] OF cartesian_point;
END_ENTITY;

References (1):

Name Type Referred through Express-G
primitive_2d Entity
Subtype
No Diagram

Inheritance graph

ENTITY polygonal_area;
ENTITY representation_item;
name  :  label;
ENTITY geometric_representation_item;
DERIVE
dim  :  dimension_count :=  dimension_of(SELF);
ENTITY primitive_2d;
ENTITY polygonal_area;
bounds  :  LIST [3:?] OF cartesian_point;
END_ENTITY;