Skip to content

Latest commit

 

History

History
34 lines (25 loc) · 799 Bytes

File metadata and controls

34 lines (25 loc) · 799 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

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

Examples

RBSObject}}

Version

Availability: from VectorWorks 10.0

Category

  • Objects - NURBS