Sets the texture set of an object.
PROCEDURE SetTextureSet(
obj : HANDLE;
textureSet : INTEGER);def vs.SetTextureSet(obj, textureSet):
return None| Name | Type | Description |
|---|---|---|
| obj | HANDLE | The object. |
| textureSet | INTEGER | The texture set. 0 - Object textures, 1 - Component textures |
SetTextureSet(obj, 1);import vs
# Sets the texture set of an object.
obj = vs.FSActLayer() # handle to the first selected object on the active layer
textureSet = 1
vs.SetTextureSet(obj, textureSet)VS Functions: GetTextureSet
Availability: from Vectorworks 2011