Skip to content

Latest commit

 

History

History
31 lines (24 loc) · 578 Bytes

File metadata and controls

31 lines (24 loc) · 578 Bytes

RemoveCustomTexParts

Description

This routine removes all custom texture parts from the object.

PROCEDURE RemoveCustomTexParts(obj : HANDLE);
def vs.RemoveCustomTexParts(obj):
    return None

Parameters

Name Type Description
obj HANDLE The object from which to remove custom texture parts.

Examples

RemoveCustomTexParts(h);
AddCustomTexPart(100, ‘Stringers’);
AddCustomTexPart(200, ‘Treads’);

Version

Availability: from Vectorworks 2017

Category