Navigation

ellipse

EXPRESS specification:

ENTITY ellipse
SUBTYPE OF ( conic);
semi_axis_1  :  positive_length_measure;
semi_axis_2  :  positive_length_measure;
END_ENTITY;

References (1):

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

Inheritance graph

ENTITY ellipse;
ENTITY representation_item;
name  :  label;
ENTITY geometric_representation_item;
DERIVE
dim  :  dimension_count :=  dimension_of(SELF);
ENTITY curve;
ENTITY conic;
position  :  axis2_placement;
ENTITY ellipse;
semi_axis_1  :  positive_length_measure;
semi_axis_2  :  positive_length_measure;
END_ENTITY;