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| Name | Type | Description |
|---|---|---|
| h | HANDLE | Handle to object |
| traverseContainers | BOOLEAN | Whether to traverse containers-like objects |
Availability: from Vectorworks 2011