Skip to content

Latest commit

 

History

History
32 lines (24 loc) · 855 Bytes

File metadata and controls

32 lines (24 loc) · 855 Bytes

GetTexSpaceOrigin

Description

Procedure GetTexSpaceOrigin returns the offset of the referenced texture space that takes coordinates from world space to texture space.

PROCEDURE GetTexSpaceOrigin(
				textureSpace                : HANDLE;
				VAR offsetX,offsetY,offsetZ : REAL);
def vs.GetTexSpaceOrigin(textureSpace):
    return offset

Parameters

Name Type Description
textureSpace HANDLE Handle to texture space.
offset REAL Returns texture space offset value.

Remarks

Returns the offset that takes coordinates from world space to texture space

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

Version

Availability: from VectorWorks8.0

Category