Skip to content

Latest commit

 

History

History
32 lines (25 loc) · 697 Bytes

File metadata and controls

32 lines (25 loc) · 697 Bytes

GetTexMapInt

Description

Get map info for specific part of object. partID is texture part, overall is 3. Selector should be1, to return the texture map type integer.

FUNCTION GetTexMapInt(
				h        : HANDLE;
				partID   : LONGINT;
				selector : INTEGER): INTEGER;
def vs.GetTexMapInt(h, partID, selector):
    return INTEGER

Parameters

Name Type Description
h HANDLE
partID LONGINT
selector INTEGER

See Also

GetTexMapIntN, SetTexMapIntN

Version

Availability: from Vectorworks 14.0. Deprecated from Vectorworks 15.0.

Category