NurbsSurface.copy Method
Parent Object: NurbsSurfaceDefined 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.
|
Return Value
Type | Description |
NurbsSurface | Returns a new NurbsSurface object that is a copy of this NurbsSurface object. |