Represents an intersection as calculated by Intersections.
Inheritance Hierarchy
Intersection
Remarks
Each instance represents one intersection, containing the two affected IModelItems and a list of points that describe the intersecting area or line.
This class cannot be instantiated
Type Details
- yFiles module
- view-layout-bridge
Properties
Gets a list of points that describe the intersecting area or line.
Remarks
If the list contains two points, the overlap includes all points on the line formed by these points. In case there are more intersection points, they are sorted to form a convex polygon containing the overlapping area.
Sample Graphs
Gets the first item that is involved in the intersection.
Gets the second item that is involved in the intersection.