Point in Volume

 
 
 

Categories

  • Geometry Queries

Description

Outputs whether the input position is within the volume of the specified geometry.

Ports

Inputs

Geom

The geometry to test.

Pos

The position of the point.

Negate

True to invert the output. In other words, if the point is outside the volume, the Result will be true.

Closed Volume

Specifies whether or not the volume is defined by a closed surface. When a surface is known to be closed, turning on this option optimizes the performance. If the surface is open, it is better to keep this option off in order to perform a better cut between inside and outside where the surface is open.

Outputs

Result

True if the input position is inside the volume of the geometry. Or the opposite if the negate flag is on.

Creative Commons License Except where otherwise noted, this work is licensed under a Creative Commons Attribution-NonCommercial-ShareAlike 3.0 Unported License