Function ProToolElemModelSet
Description
Stores the specified reference to a tool model in a ProToolElem data structure.
Applicable Element Id(s):
Synopsis
#include <ProToolElem.h>
ProToolElemModelSet
(
/* (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
The function successfully stored the reference.
One or more of the arguments are invalid.
Sample Code References
User Guide References
これは役に立ちましたか?