ENTITY grid
(* SCHEMA STRUCTURAL_FRAME_SCHEMA; *)
ENTITY grid
SUPERTYPE OF (ONEOF
(grid_of_building,
grid_of_site,
grid_of_structure) ANDOR ONEOF
(grid_orthogonal,
grid_skewed,
grid_radial));
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 [0:?] 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;
END_ENTITY;
Explicit Attributes
Entity grid has the following local and inherited explicit attributes:
Attribute | Type | Defined By |
---|
grid_name | label (STRING) | grid |
grid_description | text (STRING) | grid |
grid_use | text (STRING) | grid |
|
Derived Attributes
Entity grid has the following local and inherited derived attributes:
Attribute | Type | Defined By |
---|
gridlines | SET OF gridline (ENTITY) | grid |
grid_levels | SET OF grid_level (ENTITY) | grid |
|
Inverse Attributes
Entity grid has the following local and inherited inverse attributes:
Attribute | Type | Defined By |
---|
constituent_lines | SET OF gridline (ENTITY) | grid |
|
Supertypes
No supertypesSubtypes
Entity grid has the following subtypes:
grid_of_building*
grid_of_site*
grid_of_structure*
grid_orthogonal*
grid_radial*
grid_skewed*
* - Immediate Subtypes
Referenced By
Entity grid and its supertypes are referenced by the following definitions:
[Top Level Definitions] [Exit]Generated by STEP Tools® EXPRESS to HTML Converter
2023-03-25T00:11:38-04:00