Procedure SetTexSpaceEndCap sets whether the end cap of a referenced extrude or sweep is textured.
PROCEDURE SetTexSpaceEndCap(
textureSpace : HANDLE;
endCapTextured : BOOLEAN);def vs.SetTexSpaceEndCap(textureSpace, endCapTextured):
return None| Name | Type | Description |
|---|---|---|
| textureSpace | HANDLE | Handle to texture space. |
| endCapTextured | BOOLEAN | Texture end cap status. |
Sets whether end 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