Link Search Menu Expand Document

πŸ– Path Inclusion

PCGEx | Filter : Path Inclusion

Checks against how a point is included in a path.

-


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.

details/filter-ecosystem/inclusion.png

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
details/filter-ecosystem/enum-incl-in.png Is Inside
Check if point lies inside.
details/filter-ecosystem/enum-incl-inoron.png Is Inside or On
Check if point lies inside or on.
details/filter-ecosystem/enum-incl-inandon.png Is Inside and On
Check if point lies inside and on.
details/filter-ecosystem/enum-incl-out.png Is Outside
Check if point lies outside.
details/filter-ecosystem/enum-incl-outoron.png Is Outside or On
Check if point lies outside or on.
details/filter-ecosystem/enum-incl-outandon.png Is Outside and On
Check if point lies outside and on.
details/filter-ecosystem/enum-incl-on.png Is On
Check if point lies on.
details/filter-ecosystem/enum-incl-noton.png Is not On
Check if the point does not lies on.