Navigation

elementary_surface

EXPRESS specification:

ENTITY elementary_surface
SUPERTYPE OF (ONEOF(plane, cylindrical_surface, conical_surface, spherical_surface, toroidal_surface))
SUBTYPE OF ( surface);
position  :  axis2_placement_3d;
END_ENTITY;

References (6):

Name Type Referred through Express-G
conical_surface Entity
Supertype
No Diagram
cylindrical_surface Entity
Supertype
No Diagram
plane Entity
Supertype
No Diagram
spherical_surface Entity
Supertype
No Diagram
surface Entity
Subtype
No Diagram
toroidal_surface Entity
Supertype
No Diagram

Inheritance graph

ENTITY elementary_surface;
ENTITY representation_item;
name  :  label;
ENTITY geometric_representation_item;
DERIVE
dim  :  dimension_count :=  dimension_of(SELF);
ENTITY surface;
ENTITY elementary_surface;
position  :  axis2_placement_3d;
END_ENTITY;