Skip to content

Latest commit

 

History

History
35 lines (26 loc) · 490 Bytes

File metadata and controls

35 lines (26 loc) · 490 Bytes

PenSize

Description

Procedure PenSize sets the active line weight for the document.

PROCEDURE PenSize(lw : INTEGER);
def vs.PenSize(lw):
    return None

Parameters

Name Type Description
lw INTEGER Line weight (in mils). Fourteen (14) mils equals one pixel.

Examples

==== VectorScript ====

PenSize(28);

==== Python ====

Version

Availability: from All Versions

Category

  • Document Attributes