TemporaryBRepManager.planeIntersection Method
Parent Object:
TemporaryBRepManagerDefined in namespace "adsk::fusion" and the header file is <Fusion/BRep/TemporaryBRepManager.h>
Description
Calculates the intersection between the input body and plane and creates a wire body that represents the intersection curves.
Syntax
"temporaryBRepManager_var" is a variable referencing a TemporaryBRepManager object.returnValue = temporaryBRepManager_var.planeIntersection(body, plane) |
"temporaryBRepManager_var" is a variable referencing a TemporaryBRepManager object.
#include <Fusion/BRep/TemporaryBRepManager.h>
returnValue = temporaryBRepManager_var->planeIntersection(body, plane);
|
Return Value
| BRepBody |
Returns a BRepBody that contains a wire body that represents the intersection. |
Parameters
| body |
BRepBody |
The BRepBody to intersection. |
| plane |
Plane |
The geometry Plane to intersect with the body. |
Samples
Version
Introduced in version December 2017