Skip to content

Latest commit

 

History

History
27 lines (21 loc) · 473 Bytes

File metadata and controls

27 lines (21 loc) · 473 Bytes

SetPolyClosed

Description

Sets the open/closed condition of the referenced poly.

PROCEDURE SetPolyClosed(
				polyHandle : HANDLE;
				isClosed   : BOOLEAN);
def vs.SetPolyClosed(polyHandle, isClosed):
    return None

Parameters

Name Type Description
polyHandle HANDLE
isClosed BOOLEAN

Version

Availability: from Vectorworks 2014

Category