Skip to content

Latest commit

 

History

History
33 lines (25 loc) · 540 Bytes

File metadata and controls

33 lines (25 loc) · 540 Bytes

OpacityByClass

Description

Sets the document default settings to the opacity of the active class.

PROCEDURE OpacityByClass;
def vs.OpacityByClass():
    return None

Remarks

Sets the global attributes to use the opacity of the default class.

Examples

OpacityByClass;
import vs

# Sets the document default settings to the opacity of the active class.
vs.OpacityByClass()

Version

Availability: from VectorWorks13.0

Category