Object ProCavitylayout

Function ProCavitylayoutModelnamesSet


DEPRECATED: Since Creo 3
SUPERSEDED BY: ProCavitylayoutModelMdlnamesSet
Description
Note: This function is deprecated Use ProCavitylayoutModelMdlnamesSet instead. For Cavity Layout with Rule set to Variable replaces patern models with their family table instances. The leader model will not be replaced.
Synopsis
#include <ProCavitylayout.h>
ProErrorProCavitylayoutModelnamesSet(
ProCavityLayout cvlayout
/* (In)
Pointer to the layout handle
*/
ProName* repl_models
/* (In)
ProArray of instance names replacing layout model. Number of elements in the array should be equal to the number of rows in variable layout table. The name coresponding to the layout leader will be ignored.
*/
)
Returns
PRO_TK_NO_ERRORThe models are successfully replaced.
PRO_TK_BAD_INPUTSThe entered data is incorrect.
PRO_TK_GENERAL_ERRORCannot replace the layout models.

Manual References:

  1. Working with Multi-CAD Models Using Creo Unite: Superseded Functions
  2. Working with Multi-CAD Models Using Creo Unite: Restrictions on Character Length for Multi-CAD Functions
  3. Technical Summary of Changes for Creo 4.0 F000: Cavity Layout