BRepShell.pointContainment Method
Parent Object:
BRepShellDefined in namespace "adsk::fusion" and the header file is <Fusion/BRep/BRepShell.h>
Description
Determines the relationship of the input point with respect to this shell.
Syntax
"bRepShell_var" is a variable referencing a BRepShell object.returnValue = bRepShell_var.pointContainment(point)
|
"bRepShell_var" is a variable referencing a BRepShell object.
#include <Fusion/BRep/BRepShell.h>
returnValue = bRepShell_var->pointContainment(point);
|
Return Value
PointContainment |
Returns a value from the PointContainment enum indicating the relationship of the input point to the shell. |
Parameters
point |
Point3D |
The point to do the containment check for. |
Version
Introduced in version August 2014