If true, the bounding box will be used to prefilter the points so that there are less points to check on actual face.
Recommended to enable if face has more than 10 edges and geometry is mostly spline.
This might be faster, but if it is known that points are withing bounding box, this may not be faster.
Default
false
gapTolerance
gapTolerance:number
Gap tolerance
Default
0.1
Minimum
0
Maximum
Infinity
Step
0.01
keepIn
keepIn:boolean
Return points that are inside the face
Default
true
keepOn
keepOn:boolean
Return points that are on the border of the face
Default
true
keepOut
keepOut:boolean
Return points that are outside the borders of the face
Default
false
keepUnknown
keepUnknown:boolean
Return points that are classified as unknown
Default
false
flatPointsArray
flatPointsArray:boolean
Returns flat points array by default, otherwise returns points for each face in order provided
Face that will be used to filter points