grid_skewed
EXPRESS specification:
ENTITY
grid_skewed
SUBTYPE
OF
(
grid
);
skew_angle
:
plane_angle_measure_with_unit
;
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_skewed;
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_skewed
;
skew_angle
:
plane_angle_measure_with_unit
;
spacing_1
:
LIST
OF
positive_length_measure_with_unit
;
spacing_2
:
LIST
OF
positive_length_measure_with_unit
;
END_ENTITY
;