NurbsSurface.copy Method

Parent Object: NurbsSurface
Defined in namespace "adsk::core" and the header file is <Core/Geometry/NurbsSurface.h>

Description

Creates and returns an independent copy of this NurbsSurface object.

Syntax

"nurbsSurface_var" is a variable referencing a NurbsSurface object.
returnValue = nurbsSurface_var.copy()
"nurbsSurface_var" is a variable referencing a NurbsSurface object.

#include <Core/Geometry/NurbsSurface.h>

returnValue = nurbsSurface_var->copy();

Return Value

Type Description
NurbsSurface Returns a new NurbsSurface object that is a copy of this NurbsSurface object.

Version

Introduced in version August 2014