Description | ||||||||
Initializes the ProSolid handle. Note: In Creo 3 this function does not support names longer than 80 characters. It will return PRO_TK_BAD_INPUTS for longer names. The support for ProMdlName will be added in a future release. | ||||||||
Synopsis | ||||||||
#include <ProSolid.h> | ||||||||
ProError | ProSolidMdlnameInit | ( | ||||||
ProMdlName name | ||||||||
/* (In) | ||||||||
The solid name | ||||||||
*/ | ||||||||
ProMdlfileType type | ||||||||
/* (In) | ||||||||
The solid type | ||||||||
*/ | ||||||||
ProSolid* p_handle | ||||||||
/* (Out) | ||||||||
The handle to initialize | ||||||||
*/ | ||||||||
) | ||||||||
Returns | ||||||||
|