Skip to content

Latest commit

 

History

History
30 lines (21 loc) · 672 Bytes

File metadata and controls

30 lines (21 loc) · 672 Bytes

GetTexSpaceEndCap

Description

Function GetTexSpaceEndCap returns whether the end cap of the referenced extrude or sweep is textured.

FUNCTION GetTexSpaceEndCap(textureSpace : HANDLE): BOOLEAN;
def vs.GetTexSpaceEndCap(textureSpace):
    return BOOLEAN

Parameters

Name Type Description
textureSpace HANDLE Handle to texture space.

Remarks

Returns whether end cap of extrude or sweep is textured

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

  • Textures