Skip to content

Latest commit

 

History

History
40 lines (31 loc) · 632 Bytes

File metadata and controls

40 lines (31 loc) · 632 Bytes

SetClLW

Description

Sets the line weight of the specified class.

PROCEDURE SetClLW(
				className : STRING;
				LW        : INTEGER);
def vs.SetClLW(className, LW):
    return None

Parameters

Name Type Description
className STRING Name of class.
LW INTEGER Line weight value (in mils).

Remarks

Assigns the specified line style to the class named className.

Examples

VectorScript

SetClLW('To Be Demolished',28);

Python

Version

Availability: from VectorWorks8.0

Category