Link Search Menu Expand Document

πŸ– Spline Inclusion

PCGEx | Filter : Spline Inclusion

Checks against how a point is included in a spline.

-


Filter
A single filter definition

Table of content


The Spline Inclusion filter checks the spatial relationship of a point against input splines; i.e are they inside, outside, on, or a combination.

details/filter-ecosystem/inclusion.png

Properties


Property Description
Settings
Sample Inputs Lets you filter out input splines based on whether they’re closed loops or not.
Check Type See below.
Pick Lets you choose which spline to test against.
Tolerance Distance to the spline within which a point is considered to be On the spline.
Spline Scales Tolerance If enabled, the Tolerance value will be scaled by the spline’ YZ scale’ length.
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.