Skip to content

Latest commit

 

History

History
32 lines (24 loc) · 550 Bytes

File metadata and controls

32 lines (24 loc) · 550 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

  • Textures