TemporaryBRepManager.planeIntersection Method

Parent Object: TemporaryBRepManager
Defined 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

Type Description
BRepBody Returns a BRepBody that contains a wire body that represents the intersection.

Parameters

Name Type Description
body BRepBody The BRepBody to intersection.
plane Plane The geometry Plane to intersect with the body.

Samples

Name Description
TemporaryBRepManager API Sample TemporaryBRepManager related functions

Version

Introduced in version December 2017