Skip to content

Latest commit

 

History

History
33 lines (25 loc) · 875 Bytes

File metadata and controls

33 lines (25 loc) · 875 Bytes

ConvertToNURBS

Description

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

Parameters

Name Type Description
h HANDLE Handle of original object.
keepOrig BOOLEAN Leave the original object in the drawing.

Remarks

_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.

Examples

NURBSObject

Version

Availability: from VectorWorks 10.0

Category