Navigation

grid_level

EXPRESS specification:

ENTITY grid_level
SUBTYPE OF ( plane);
parent_grid  :  grid;
UNIQUE
URG1  :  position;
END_ENTITY;

References (4):

Name Type Referred through Express-G
grid Entity
Attribute 'grid_levels'
No Diagram
grid_intersection Entity
Attribute 'level'
No Diagram
plane Entity
Subtype
No Diagram
zone_bounded Entity
Attribute 'bounding_levels'
No Diagram

Inheritance graph

ENTITY grid_level;
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;
ENTITY plane;
ENTITY grid_level;
parent_grid  :  grid;
END_ENTITY;