Procedure SetTexSpace2DRot sets the rotation of the referenced texture space.
PROCEDURE SetTexSpace2DRot(
textureSpace : HANDLE;
rotationDegrees : REAL);def vs.SetTexSpace2DRot(textureSpace, rotationDegrees):
return None| Name | Type | Description |
|---|---|---|
| textureSpace | HANDLE | Handle to texture space. |
| rotationDegrees | REAL | Rotation of texture space(in degrees). |
_c_, (2018.12.29) Don't use this: it works but will remove the mapping, tested on VW 2017, 2018. Use GetTexMapRealN instead.
Sets rotation in degrees
Note: SetTexMapXXX routines replace the older SetTexSpaceXXX routines. It is recommended that all developers transition to the newer versions.
Availability: from VectorWorks 8.0