Skip to content

Latest commit

 

History

History
41 lines (33 loc) · 691 Bytes

File metadata and controls

41 lines (33 loc) · 691 Bytes

FPatByClass

Description

Sets the default document fill pattern to the fill pattern of the active class.

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

Remarks

Sets the global attributes to use the fill pattern of the default class.

Examples

FPatByClass;
vs.FillColorByClass()
vs.PenColorByClass()
vs.MarkerByClass()
vs.FPatByClass()
vs.LSByClass()
vs.LWByClass()

See Also

VS Functions: PenColorByClass | MarkerByClass | FillColorByClass

Version

Availability: from VectorWorks8.0

Category