Share

BRepBody.cut Method

Parent Object: BRepBody
Defined in namespace "adsk::fusion" and the header file is <Fusion/BRep/BRepBody.h>

Description

Cuts the body to the clipboard.

This property is only valid if the IsTransient property is false.

Syntax

"bRepBody_var" is a variable referencing a BRepBody object.
returnValue = bRepBody_var.cut()

Return Value

Type Description
boolean Returns true if the cut was successful.

Version

Introduced in version August 2014

Was this information helpful?