BRepBody.copy Method

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

Description

Copies 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.copy()
"bRepBody_var" is a variable referencing a BRepBody object.

#include <Fusion/BRep/BRepBody.h>

returnValue = bRepBody_var->copy();

Return Value

Type Description
boolean Returns true if the copy was successful.

Version

Introduced in version August 2014