Skip to content

Latest commit

 

History

History
29 lines (23 loc) · 766 Bytes

File metadata and controls

29 lines (23 loc) · 766 Bytes

CreateTaperedExtrd2

Description

Creates a new tapered extrude object in the document. This function returns a "general solid" object while the other function, CreateTaperedExtrude, produces a bunch of NURBS surfaces.

FUNCTION CreateTaperedExtrd2(
				profileH : HANDLE;
				angle    : REAL;
				height   : REAL): HANDLE;
def vs.CreateTaperedExtrd2(profileH, angle, height):
    return HANDLE

Parameters

Name Type Description
profileH HANDLE Handle to object defining profile geometry.
angle REAL Taper angle of extrude (in degrees).
height REAL Height of extrude.

Version

Availability: from Vectorworks 2016

Category