Function GetTexSpacePartID returns the parent of the referenced texture space in an expanded object (walls or roofs).
{| class="wikitable_c" |+ Table - Texture Space Objects
| ! Object !! Constant |
|---|
| Primary |
| style="text-align:center" |
| - |
| Secondary |
| style="text-align:center" |
| - |
| Tertiary |
| style="text-align:center" |
| } |
FUNCTION GetTexSpacePartID(textureSpace : HANDLE): INTEGER;def vs.GetTexSpacePartID(textureSpace):
return INTEGER| Name | Type | Description |
|---|---|---|
| textureSpace | HANDLE | Handle to texture space. |
Returns which part (0 = Primary, 1 = Secondary, 2 = Tertiary) of the object this space belongs to (for expanded walls and roofs).
Note: GetTexMapXXX routines replace the older GetTexSpaceXXX routines. It is recommended that all developers transition to the newer versions.
Availability: from VectorWorks 8.0
- Textures