Skip to content

Latest commit

 

History

History
27 lines (21 loc) · 534 Bytes

File metadata and controls

27 lines (21 loc) · 534 Bytes

SyncMatrixToBound

Description

Synchronize the object's matrix with the specified story bound.

PROCEDURE SyncMatrixToBound(
				obj     : HANDLE;
				BoundID : INTEGER);
def vs.SyncMatrixToBound(obj, BoundID):
    return None

Parameters

Name Type Description
obj HANDLE The object handle.
BoundID INTEGER The identifier of the story bound.

Version

Availability: from Vectorworks 2013

Category