Function FLWByClass returns whether the global attributes are set to use the line weight of the default class.
FUNCTION FLWByClass : BOOLEAN;def vs.FLWByClass():
return BOOLEANReturns whether the global attributes are set to use the line weight of the default class. [sd 8/19/98]
==== VectorScript ====
useClassLWidth:=FLWByClass;==== Python ====
useClassLWidth = vs.FLWByClass()Availability: from VectorWorks8.0
- Document Attributes