Skip to content

Latest commit

 

History

History
44 lines (36 loc) · 814 Bytes

File metadata and controls

44 lines (36 loc) · 814 Bytes

GetTexMapBool

Description

Get map info for specific part of object. partID is texture part, overall is 3.

Selector: *init: 1 *flip: 2 *repH: 3 *repV: 4 *long edge: 5 *worldZ: 6 *auto align: 7

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

Parameters

Name Type Description
h HANDLE
partID LONGINT
selector INTEGER

See Also

VS Functions:

Version

Availability: from Vectorworks 14.0. Deprecated from Vectorworks 15.0.

Category