Skip to content

Latest commit

 

History

History
33 lines (24 loc) · 670 Bytes

File metadata and controls

33 lines (24 loc) · 670 Bytes

SetTexBitPaintNode

Description

Procedure SetTexBitPaintNode sets the paint node of the referenced texture bitmap.

PROCEDURE SetTexBitPaintNode(
				textureBitmap : HANDLE;
				paintNode     : HANDLE);
def vs.SetTexBitPaintNode(textureBitmap, paintNode):
    return None

Parameters

Name Type Description
textureBitmap HANDLE Handle to texture bitmap.
paintNode HANDLE Paint node for texture bitmap.

Remarks

Sets the texture bitmap's image paint node

Version

SetTexBitPaintNode is obsolete as of VectorWorks12.0

Availability: from VectorWorks8.0

Category