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