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:
AttributeTypeDefined By
 grid_intersection_namelabel (STRING)grid_intersection
 gridlinesSET OF gridline (ENTITY)grid_intersection
 levelgrid_level (ENTITY)grid_intersection

Derived Attributes

    No derived attributes

Inverse Attributes

    No Inverse Attributes

Supertypes

    No supertypes

Subtypes

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:
DefinitionTypeReferenced Entity
 grid_offset ENTITY grid_intersection
 select_structural_item SELECT grid_intersection


[Top Level Definitions] [Exit]

Generated by STEP Tools® EXPRESS to HTML Converter
2023-03-25T00:11:38-04:00