Creates and returns a single chain dimension object when the two dimensions or chains that are passed in meet the requirements for being in a single chain dimension object.
FUNCTION CreateChainDimension(
h1 : HANDLE;
h2 : HANDLE): HANDLE;def vs.CreateChainDimension(h1, h2):
return HANDLE| Name | Type | Description |
|---|---|---|
| h1 | HANDLE | |
| h2 | HANDLE |
Availability: from VectorWorks12.5