Navigation

polyline

EXPRESS specification:

ENTITY polyline
SUBTYPE OF ( bounded_curve);
points  :  LIST [2:?] OF cartesian_point;
END_ENTITY;

References (1):

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

Inheritance graph

ENTITY polyline;
ENTITY representation_item;
name  :  label;
ENTITY geometric_representation_item;
DERIVE
dim  :  dimension_count :=  dimension_of(SELF);
ENTITY curve;
ENTITY bounded_curve;
ENTITY polyline;
points  :  LIST [2:?] OF cartesian_point;
END_ENTITY;