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