Skip to content

Latest commit

 

History

History
32 lines (25 loc) · 582 Bytes

File metadata and controls

32 lines (25 loc) · 582 Bytes

CustomTexPartExists

Description

Returns true if object has the specified partID custom texture part.

FUNCTION CustomTexPartExists(
				obj    : HANDLE;
				partID : LONGINT): BOOLEAN;
def vs.CustomTexPartExists(obj, partID):
    return BOOLEAN

Parameters

Name Type Description
obj HANDLE Object handle
partID LONGINT Custom texture part ID, ex: 100.

Examples

hasPart := CustomTexturePartExists(h, 100);

Version

Availability: from Vectorworks 2017

Category