This routine removes all custom texture parts from the object.
PROCEDURE RemoveCustomTexParts(obj : HANDLE);def vs.RemoveCustomTexParts(obj):
return None| Name | Type | Description |
|---|---|---|
| obj | HANDLE | The object from which to remove custom texture parts. |
RemoveCustomTexParts(h);
AddCustomTexPart(100, ‘Stringers’);
AddCustomTexPart(200, ‘Treads’);RemoveCustomTexParts(obj);import vs
# This routine removes all custom texture parts from the object.
obj = vs.FSActLayer() # handle to the first selected object on the active layer
vs.RemoveCustomTexParts(obj)Availability: from Vectorworks 2017