Procedure SetDefaultTextureSpace sets the texture space for the referenced object to the VectorWorks object defaults.
PROCEDURE SetDefaultTextureSpace(
obj : HANDLE;
texSpace : HANDLE;
partID : INTEGER);def vs.SetDefaultTextureSpace(obj, texSpace, partID):
return None| Name | Type | Description |
|---|---|---|
| obj | HANDLE | Handle to object. |
| texSpace | HANDLE | Handle to texture space. |
| partID | INTEGER | Part ID (pass 1 for non-supporting objects). |
Sets texSpace to the default values for this type of object.
Availability: from VectorWorks8.0