Skip to content

Latest commit

 

History

History
29 lines (21 loc) · 700 Bytes

File metadata and controls

29 lines (21 loc) · 700 Bytes

GetTexSpaceStartCap

Description

Function GetTexSpaceStartCap returns whether the start cap of an extrude or sweep is textured.

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

Parameters

Name Type Description
textureSpace HANDLE Handle to texture space.

Remarks

Returns whether start 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