Filter
A single filter definition
Table of content
The Path Inclusion filter checks the spatial relationship of a point against input paths; i.e are they inside, outside, on, or a combination.
Note that to simplify operations, this node create a temporary spline in memory from the input paths; althought it does not support custom tangents. Should you need custom tangents, use Create Spline with π Spline Inclusion instead.
Properties
Property | Description |
---|---|
Closed loop | Β |
Scope | The scope/selection of input data that are to be processed as closed paths or not. - All processes all input as selected below.- All but tagged inverts the scope based on tags.Default is, all paths are considered open, unless they are tagged with ClosedLoop .
|
Closed Loop | Whether to consider input data that are part of the scope as closed loop or not. |
Comma Separated Tags | Tags to check for. Any match uses the inverse of the above value. |
Settings | |
Point Type | Point type used for the proxy spline generated by the input paths. |
Sample Inputs | Lets you filter out input paths based on whether theyβre closed loops or not. |
Check Type | See below. |
Pick | Lets you choose which path to test against. |
Tolerance | Distance to the path within which a point is considered to be On the path. |
Spline Scales Tolerance | If enabled, the Tolerance value will be scaled by the splineβ YZ scaleβ length.Note that this will be the pathβ points YZ scale. |
Invert | If enabled, inverts the result of the filter. |
Check Type
Check Type | |
---|---|
Is Inside Check if point lies inside. | |
Is Inside or On Check if point lies inside or on. | |
Is Inside and On Check if point lies inside and on. | |
Is Outside Check if point lies outside. | |
Is Outside or On Check if point lies outside or on. | |
Is Outside and On Check if point lies outside and on. | |
Is On Check if point lies on. | |
Is not On Check if the point does not lies on. |