Skip to content

Latest commit

 

History

History
27 lines (20 loc) · 792 Bytes

File metadata and controls

27 lines (20 loc) · 792 Bytes

GetObjExpandTexture

Description

Function GetObjExpandTexture returns whether the referenced objects' textures have been "expanded". When a texture is expanded, different components of an object can have different textures.

FUNCTION GetObjExpandTexture(obj : HANDLE): BOOLEAN;
def vs.GetObjExpandTexture(obj):
    return BOOLEAN

Parameters

Name Type Description
obj HANDLE Handle to object.

Remarks

This function returns true if the object's textures are expanded. For example, if the object is a wall and this function returns true then there are three distinct textures applied to the left, center, and right polygons.

Version

Availability: from VectorWorks8.0

Category