Gets the texture set of an object.
FUNCTION GetTextureSet(obj : HANDLE): INTEGER;def vs.GetTextureSet(obj):
return INTEGER| Name | Type | Description |
|---|---|---|
| obj | HANDLE | The object. |
resultN := GetTextureSet(obj);import vs
# Gets the texture set of an object.
obj = vs.FSActLayer() # handle to the first selected object on the active layer
resultN = vs.GetTextureSet(obj)
vs.Message('GetTextureSet returned: ' + str(resultN))VS Functions: SetTextureSet
Availability: from Vectorworks 2011