C

IntersectionsResult

Holds all intersections as calculated by Intersections.
Inheritance Hierarchy

Remarks

Each calculated Intersection represents an intersection between two graph items. It is possible to query the involved items as well as the points describing the area or line of the intersection.

Note that if two elements "touch" in a single coordinate, this is considered as an intersection as well. For example, two nodes directly next to each other where the right border of the left node is on the same coordinate as the left border of the right node. The Intersection, in consequence, contains only two points. Testing for the number of points is a way to manually filter and ignore these kinds of intersection results.

This class cannot be instantiated

See Also

Developer's Guide

Members

No filters for this type

Properties

The number of Intersections as calculated by Intersections.
readonlyfinal

See Also

Developer's Guide
Gets a collection of Intersections, each of which represents an intersection of two IModelItems.
readonlyfinal

See Also

Developer's Guide