Skip to content

Latest commit

 

History

History
35 lines (26 loc) · 835 Bytes

File metadata and controls

35 lines (26 loc) · 835 Bytes

SetTexSpace2DOffset

Description

Procedure SetTexSpace2DOffset sets the 2D offset for the referenced texture space in real-world inches.

PROCEDURE SetTexSpace2DOffset(
				textureSpace : HANDLE;
				offsetU      : REAL;
				offsetV      : REAL);
def vs.SetTexSpace2DOffset(textureSpace, offsetU, offsetV):
    return None

Parameters

Name Type Description
textureSpace HANDLE Handle to texture space.
offsetU REAL Texture offset U component.
offsetV REAL Texture offset V component.

Remarks

Sets the 2D offset for this texture space in real-world inches.

Note: SetTexMapXXX routines replace the older SetTexSpaceXXX routines. It is recommended that all developers transition to the newer versions.

Version

Availability: from VectorWorks8.0

Category

  • Textures