Object ProCavitylayout

Function ProCavitylayoutModelMdlnamesGet


Description
For Cavity Layout with Rule set to Variable gets the information about patern models replacement.
Synopsis
#include <ProCavitylayout.h>
ProErrorProCavitylayoutModelMdlnamesGet(
ProCavityLayout cvlayout
/* (In)
Pointer to the layout handle
*/
ProMdlName** repl_models
/* (Out)
ProArray of instance names replacing layout model. Number of elements in the array will be equal to the number of rows in variable layout table. Free this argument using ProArrayFree.
*/
)
Returns
PRO_TK_NO_ERRORThe information is successfully received.
PRO_TK_BAD_INPUTSThe entered data is incorrect.
PRO_TK_GENERAL_ERRORCannot get the requested info.

Manual References:

  1. Working with Multi-CAD Models Using Creo Unite: Functions that Support Multi-CAD Assemblies
  2. Working with Multi-CAD Models Using Creo Unite: Superseded Functions
  3. Working with Multi-CAD Models Using Creo Unite: Restrictions on Character Length for Multi-CAD Functions

Sample Code References:

  1. pt_examples ( TestCavityLayout.c )
  2. pt_examples ( TestCavityLayout.c )
  3. pt_examples ( TestCavityLayout.c )