MeshBody.copy Method

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

Description

Copies the mesh body to the clipboard.

Syntax

"meshBody_var" is a variable referencing a MeshBody object.

returnValue = meshBody_var.copy()
"meshBody_var" is a variable referencing a MeshBody object.

#include <Fusion/MeshBody/MeshBody.h>

returnValue = meshBody_var->copy();
"meshBody_var" is a variable referencing a MeshBody object.

returnValue = meshBody_var.copy();

Return Value

Type Description
boolean Returns true if the copy was successful.

Version

Introduced in version July 2025