Skip to content

Latest commit

 

History

History
31 lines (24 loc) · 551 Bytes

File metadata and controls

31 lines (24 loc) · 551 Bytes

SetTextureSet

Description

Sets the texture set of an object.

PROCEDURE SetTextureSet(
				obj        : HANDLE;
				textureSet : INTEGER);
def vs.SetTextureSet(obj, textureSet):
    return None

Parameters

Name Type Description
obj HANDLE The object.
textureSet INTEGER The texture set. 0 - Object textures, 1 - Component textures

See Also

VS Functions: GetTextureSet

Version

Availability: from Vectorworks 2011

Category