Skip to content

Latest commit

 

History

History
31 lines (24 loc) · 595 Bytes

File metadata and controls

31 lines (24 loc) · 595 Bytes

OpenPoly

Description

Procedures OpenPoly set the polygon creation mode for polygon objects created in VectorScript to open. To turn this mode off, use Procedure ClosePoly; the two modes used in conjunction will act as a toggle for the feature.

PROCEDURE OpenPoly;
def vs.OpenPoly():
    return None

Examples

VectorScript

OpenPoly;
Poly(0,0,1,1,1,-1);
{creates a open 3 sided polygon}

Python

Version

Availability: from All Versions

Category