ENTITY grid_intersection
(* SCHEMA STRUCTURAL_FRAME_SCHEMA; *)
ENTITY grid_intersection
SUPERTYPE OF (grid_intersection_resolved);
grid_intersection_name : label;
gridlines : SET [2:2] OF gridline;
level : OPTIONAL grid_level;
WHERE
WRG4 : gridlines[1].parent_grid :=: gridlines[2].parent_grid;
WRG5 : NOT (EXISTS(level) AND (level.parent_grid :<>: gridlines[1].parent_grid));
END_ENTITY;
Explicit Attributes
Entity grid_intersection has the following local and inherited explicit attributes:
Attribute | Type | Defined By |
---|
grid_intersection_name | label (STRING) | grid_intersection |
gridlines | SET OF gridline (ENTITY) | grid_intersection |
level | grid_level (ENTITY) | grid_intersection |
|
Derived Attributes
No derived attributes
Inverse Attributes
No Inverse AttributesSupertypes
No supertypesSubtypes
Entity grid_intersection has the following subtypes:
grid_intersection_resolved*
* - Immediate Subtypes
Referenced By
Entity grid_intersection 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