Object ProCavitylayout

Function ProCavitylayoutModelnamesGet


DEPRECATED: Since Creo 3
SUPERSEDED BY: ProCavitylayoutModelMdlnamesGet
Description
Note: This function is deprecated Use ProCavitylayoutModelMdlnamesGet instead. For Cavity Layout with Rule set to Variable gets the information about patern models replacement.
Synopsis
#include <ProCavitylayout.h>
ProErrorProCavitylayoutModelnamesGet(
ProCavityLayout cvlayout
/* (In)
Pointer to the layout handle
*/
ProName** 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.
*/
)
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: Superseded Functions
  2. Technical Summary of Changes for Creo 4.0 F000: Cavity Layout