Function IsTextureableObject returns whether the referenced object supports texture mapping.
FUNCTION IsTextureableObject(obj : HANDLE): BOOLEAN;def vs.IsTextureableObject(obj):
return BOOLEAN| Name | Type | Description |
|---|---|---|
| obj | HANDLE | Handle to object. |
This function returns true if the specified 3D object can have textures attached to it.
Availability: from VectorWorks8.0