Skip to content

Latest commit

 

History

History
32 lines (24 loc) · 791 Bytes

File metadata and controls

32 lines (24 loc) · 791 Bytes

SetTexSpaceStartCap

Description

Procedure SetTexSpaceStartCap sets the texture status of a referenced sweep or extrude.

PROCEDURE SetTexSpaceStartCap(
				textureSpace     : HANDLE;
				startCapTextured : BOOLEAN);
def vs.SetTexSpaceStartCap(textureSpace, startCapTextured):
    return None

Parameters

Name Type Description
textureSpace HANDLE Handle to texture space.
startCapTextured BOOLEAN Texture start cap status.

Remarks

Sets whether start cap of extrude or sweep is textured

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

Version

Availability: from VectorWorks8.0

Category