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| Name | Type | Description |
|---|---|---|
| obj | HANDLE | Object handle |
| partID | LONGINT | Custom texture part ID, ex: 100. |
hasPart := CustomTexturePartExists(h, 100);Availability: from Vectorworks 2017