Category Manufacturing, Object ProTool

Function ProToolElemModelSet


Description
Stores the specified reference to a tool model in a ProToolElem data structure.

Applicable Element Id(s):

PRO_E_TOOL_MODEL

Synopsis
#include <ProToolElem.h>
ProErrorProToolElemModelSet(
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
PRO_TK_NO_ERRORThe function successfully stored the reference.
PRO_TK_BAD_INPUTSOne or more of the arguments are invalid.

Manual References:

  1. Production Applications: Manufacturing: Creating Tools
  2. Production Applications: Manufacturing: Creating Tools

Sample Code References:

  1. pt_examples ( TestTool.c )
  2. pt_userguide ( UgMfgSldToolCreate.c )