Start » Filter Reference » Path » Path Classification » GetMaximumPath
Module: | FoundationBasic |
---|
Returns the path from the input array that corresponds to the largest computed feature value.
Applications
Use this filter when you have an array of paths and you want to select one of them that best matches some criterion.
Name | Type | Description | |
---|---|---|---|
inPaths | PathArray | Input paths | |
inFeature | PathFeature | Path feature value to be computed | |
outPath | Path | Output path | |
outValue | Real | Computed feature value of the output path | |
outIndex | Integer |
Examples
Description of usage of this filter can be found in examples and tutorial: Capsules.
Errors
This filter can throw an exception to report error. Read how to deal with errors in Error Handling.
List of possible exceptions:
Error type | Description |
---|---|
DomainError | Empty path array on input in GetMaximumPath. |
Complexity Level
This filter is available on Advanced Complexity Level.
Filter Group
This filter is member of GetMaximumPath filter group.