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| Name | Type | Description |
|---|---|---|
| textureSpace | HANDLE | Handle to texture space. |
| startCapTextured | BOOLEAN | Texture start cap status. |
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.
Availability: from VectorWorks8.0