Skip to content

Latest commit

 

History

History
46 lines (37 loc) · 1000 Bytes

File metadata and controls

46 lines (37 loc) · 1000 Bytes

SetTexMapBool

Description

Set 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

PROCEDURE SetTexMapBool(
				h        : HANDLE;
				partID   : LONGINT;
				selector : INTEGER;
				value    : BOOLEAN);
def vs.SetTexMapBool(h, partID, selector, value):
    return None

Parameters

Name Type Description
h HANDLE
partID LONGINT
selector INTEGER
value BOOLEAN

Remarks

The init value is whether the texture mapping info contains valid information. If the mapping is not really set to important values then the init value will be false. This can happen if the mapping was not set with SetDefaultTexMap.

See Also

GetTexMapBool | SetDefaultTexMap

Version

Availability: from Vectorworks14.0

Category