Skip to content

Latest commit

 

History

History
31 lines (24 loc) · 1008 Bytes

File metadata and controls

31 lines (24 loc) · 1008 Bytes

BuildConstraintModelForObject

Description

Create a constraint model for the specified object in the constraint manager. If 'traverseContainers' is true and the specified object is a symbol definition, a group or another container-like objects, it will go deep inside that container.
This function should typically be called for constrained objects that have been duplicated and newly inserted into the drawing.

PROCEDURE BuildConstraintModelForObject(
				h                  : HANDLE;
				traverseContainers : BOOLEAN);
def vs.BuildConstraintModelForObject(h, traverseContainers):
    return None

Parameters

Name Type Description
h HANDLE Handle to object
traverseContainers BOOLEAN Whether to traverse containers-like objects

Examples

TraverseObjectsInActiveLayer

Version

Availability: from Vectorworks 2011

Category