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. |
[[User:CBM-c-|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 [[VS:SetPlanarRefIDToGround]] if you need it planar.
RBSObject}}
Availability: from VectorWorks 10.0
- Objects - NURBS