Procedure PenSize sets the active line weight for the document.
PROCEDURE PenSize(lw : INTEGER);def vs.PenSize(lw):
return None| Name | Type | Description |
|---|---|---|
| lw | INTEGER | Line weight (in mils). Fourteen (14) mils equals one pixel. |
==== VectorScript ====
PenSize(28);==== Python ====
Availability: from All Versions
- Document Attributes