VS:SetDefaultTextureSpace

From Vectorworks Developer
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

.VectorScript|VectorScript ..VS:Function Reference|Function Reference ..VS:Function_Reference_Appendix|Appendix

Description

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

Parameters

obj HANDLE Handle to object.
texSpace HANDLE Handle to texture space.
partID INTEGER Part ID (pass 1 for non-supporting objects).

Remarks

Sets texSpace to the default values for this type of object.

Version

Availability: from VectorWorks8.0