Skip to content

Latest commit

 

History

History
34 lines (26 loc) · 689 Bytes

File metadata and controls

34 lines (26 loc) · 689 Bytes

GetMaterialFillStyle

FUNCTION GetMaterialFillStyle(materialHandle : HANDLE): LONGINT;
def vs.GetMaterialFillStyle(materialHandle):
    return LONGINT

Parameters

Name Type Description
materialHandle HANDLE

Examples

resultN := GetMaterialFillStyle(materialHandle);
import vs

materialHandle = vs.FSActLayer()  # handle to the first selected object on the active layer

resultN = vs.GetMaterialFillStyle(materialHandle)
vs.Message('GetMaterialFillStyle returned: ' + str(resultN))

Version

Availability: from Vectorworks 2021

Category