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| Name | Type | Description |
|---|---|---|
| obj | HANDLE | Handle to object. |
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.
Availability: from VectorWorks8.0