Description | ||||||||
Stores the specified reference to a tool model in a ProToolElem data structure.
Applicable Element Id(s): |
||||||||
Synopsis | ||||||||
#include <ProToolElem.h> | ||||||||
ProError | ProToolElemModelSet | ( | ||||||
ProToolElem elem | ||||||||
/* (In) | ||||||||
The ProToolElem in which to store the tool model reference. | ||||||||
*/ | ||||||||
ProMdl tool_model | ||||||||
/* (In) | ||||||||
The handle to the model. Currently, this must be a solid. | ||||||||
*/ | ||||||||
) | ||||||||
Returns | ||||||||
|