You are here: Start » Function Reference » Path » Path Classification

Path Classification

Icon Name Description / Applications Modules
ClassifyPaths ClassifyPaths

Splits the paths of the input array - in accordance to the relation between computed feature values and the specified range.


Use this filter when you have an array of paths and you want to select some of them for further processing.

FoundationBasic
GetMaximumPath GetMaximumPath

Returns the path from the input array that corresponds to the largest computed feature value.


Use this filter when you have an array of paths and you want to select one of them that best matches some criterion.

FoundationBasic
GetMaximumPath_OrNil GetMaximumPath_OrNil

Returns the path from the input array that corresponds to the largest computed feature value; returns NIL if the array or any path inside it is empty.


Use this filter when you have an array of paths and you want to select one of them that best matches some criterion.

FoundationBasic
GetMinimumPath GetMinimumPath

Returns the path from the input array that corresponds to the smallest computed feature value.


Use this filter when you have an array of paths and you want to select one of them that best matches some criterion.

FoundationBasic
GetMinimumPath_OrNil GetMinimumPath_OrNil

Returns the path from the input array that corresponds to the smallest computed feature value; returns NIL if the array or any path inside it is empty.


Use this filter when you have an array of paths and you want to select one of them that best matches some criterion.

FoundationBasic
MakePathConditional MakePathConditional

Computes a path feature, checks whether its value is in range and creates a conditional path on this basis.

FoundationBasic
SelectClosedPaths SelectClosedPaths

Selects paths which are closed.

FoundationBasic
SelectInnerPaths SelectInnerPaths

Selects paths which are visible from a point.

FoundationPro
SelectOpenPaths SelectOpenPaths

Selects paths which are open.

FoundationBasic
SelectOuterPaths SelectOuterPaths

Selects paths which do not obstruct visibility of other paths from a point.

FoundationPro
SortPaths SortPaths

Changes the order of paths from the input array according to an ascending/descending sequence of their computed feature values.

FoundationBasic