Skip to content

Latest commit

 

History

History
39 lines (32 loc) · 604 Bytes

File metadata and controls

39 lines (32 loc) · 604 Bytes

FPenSize

Description

Function FPenSize returns the active pen size setting (in mils).

FUNCTION FPenSize : INTEGER;
def vs.FPenSize():
    return INTEGER

Examples

VectorScript

CurrPenSize:=FPenSize;

Python

CurrPenSize = vs.FPenSize()
resultN := FPenSize;
currPenSize	= vs.FPenSize()
if not vs.PShow_Joints:
	# Lines are drawn later because of joints
	vs.PenSize( 0 )

Version

Availability: from All Versions

Category