grid_orthogonal
EXPRESS specification:
ENTITY
grid_orthogonal
SUBTYPE
OF
(
grid
);
spacing_1
:
LIST
OF
positive_length_measure_with_unit
;
spacing_2
:
LIST
OF
positive_length_measure_with_unit
;
END_ENTITY
;
References (1):
Name
Type
Referred through
Express-G
grid
Entity
Subtype
No Diagram
Inheritance graph
ENTITY
grid_orthogonal;
ENTITY
grid
;
grid_name
:
label
;
grid_description
:
OPTIONAL
text
;
grid_use
:
OPTIONAL
text
;
DERIVE
gridlines
:
SET
[1:?]
OF
gridline
:= bag_to_set
(USEDIN(SELF,'STRUCTURAL_FRAME_SCHEMA.GRIDLINE.PARENT_GRID'));
grid_levels
:
SET
OF
grid_level
:= bag_to_set
(USEDIN(SELF,'STRUCTURAL_FRAME_SCHEMA.GRID_LEVEL.PARENT_GRID'));
INVERSE
constituent_lines
:
SET
[1:?]
OF
gridline
FOR
parent_grid;
ENTITY
grid_orthogonal
;
spacing_1
:
LIST
OF
positive_length_measure_with_unit
;
spacing_2
:
LIST
OF
positive_length_measure_with_unit
;
END_ENTITY
;