Navigation

conic

EXPRESS specification:

ENTITY conic
SUPERTYPE OF (ONEOF(circle, ellipse, hyperbola, parabola))
SUBTYPE OF ( curve);
position  :  axis2_placement;
END_ENTITY;

References (5):

Name Type Referred through Express-G
circle Entity
Supertype
No Diagram
curve Entity
Subtype
No Diagram
ellipse Entity
Supertype
No Diagram
hyperbola Entity
Supertype
No Diagram
parabola Entity
Supertype
No Diagram

Inheritance graph

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