Documentation > Mesh Ops Plugin BPLibrary > Point Inside Tri Prism

Point Inside Tri Prism

Check if Point is in front of a triangle, i.e. check if Point is inside an infinitely long triangular prism starting at the triangle, and extending in the normal's direction.

Inputs

In
Exec

Data
Mesh Data Structure (by ref)

Point
Vector

Tri
Integer

Tol
Float

Outputs

Out
Exec

Return Value
Boolean

Check if Point is in front of a triangle, i.e. check if Point is inside an infinitely long triangular prism starting at the triangle, and extending in the normal's direction.