This function converts the input object into a new NURBS object or a group of NURBS objects in the document.
FUNCTION ConvertToNURBS(
h : HANDLE;
keepOrig : BOOLEAN): HANDLE;def vs.ConvertToNURBS(h, keepOrig):
return HANDLE| Name | Type | Description |
|---|---|---|
| h | HANDLE | Handle of original object. |
| keepOrig | BOOLEAN | Leave the original object in the drawing. |
_c_ (2010.12.24) The orientation of the generated NURBS object is -like for extrudes- based on the active view. Set the plane of your profile object with SetPlanarRefIDToGround if you need it planar.
Availability: from VectorWorks 10.0