Skip to content

Latest commit

 

History

History
27 lines (20 loc) · 549 Bytes

File metadata and controls

27 lines (20 loc) · 549 Bytes

IsTextureableObject

Description

Function IsTextureableObject returns whether the referenced object supports texture mapping.

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

Parameters

Name Type Description
obj HANDLE Handle to object.

Remarks

This function returns true if the specified 3D object can have textures attached to it.

Version

Availability: from VectorWorks8.0

Category