Start » Filter Reference » Path » Path Metrics » PathToPointDistanceProfile
Module: | FoundationBasic |
---|
Computes the profile of distances between the specified point and the characteristic points of a path.
Name | Type | Range | Description | |
---|---|---|---|---|
inPoint | Point2D | Input point | ||
inPath | Path | Input path | ||
inResolution | Real | 0.0 - | ||
outDistanceProfile | Profile | Profile of distances between input point and consecutive points of input path | ||
outDistances | RealArray | Distances between input point and consecutive points of input path | ||
outConnectingSegments | Segment2DArray | Segments connecting input point and consecutive points of input path |
Description
The operation iterates over characteristic points of inPath and at each point computes the distance from this point to inPoint. The operation computes outDistanceProfile profile of consecutive distances and, additionally, the outConnectingSegments array of corresponding line segments.
Examples
Complexity Level
This filter is available on Basic Complexity Level.
See Also
- PathToPointDistance – Computes the smallest distance between a path and a point.