Skip to content

Latest commit

 

History

History
32 lines (22 loc) · 726 Bytes

File metadata and controls

32 lines (22 loc) · 726 Bytes

GetTexSpace2DRot

Description

Function GetTexSpace2DRot returns the rotation of the referenced texture space (in degrees).

FUNCTION GetTexSpace2DRot(textureSpace : HANDLE): REAL;
def vs.GetTexSpace2DRot(textureSpace):
    return REAL

Parameters

Name Type Description
textureSpace HANDLE Handle to texture space.

Remarks

_c_ (2018.12.29) Use GetTexMapRealN instead.

Returns rotation in degrees

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

Version

Availability: from VectorWorks 8.0

Category