Start » Filter Reference » Path » Path Classification » SelectInnerPaths
Module: | FoundationPro |
---|
Selects paths which are visible from a point.
Name | Type | Range | Description | |
---|---|---|---|---|
inPaths | PathArray | Input paths from which the inner ones will be selected | ||
inCenterPoint | Point2D | Reference point used to determine path visibility | ||
inTolerance | Real | 0.0 - 1.0 | Fraction of the path characteristic points that are allowed to be invisible from the inCenterPoint not rendering the path not-inner | |
outInnerPaths | PathArray | Paths classified as inner |
Description
The operation select those paths from the inPaths array that are visible from inCenterPoint.
A point is visible iff the segment connecting this point to inCenterPoint does not intersect any other path in inPaths.
Examples
Complexity Level
This filter is available on Advanced Complexity Level.
See Also
- SelectOuterPaths – Selects paths which do not obstruct visibility of other paths from a point.