cphSetCstList
cphSetCstList(
g_physConfigID
t_cstList
)
=> t / nil
Description
Sets the constraint view list for the physical configuration view associated with the specified ID. This list specifies the names of the views containing constraint data.
Arguments
|
List of constraint view names. Separate each name with a space and enclose the list in quotation marks. |
Value Returned
Example
cphSetCstList(physConfigID "constraint cstView")
Return to top