Description | |||||||||||
For Cavity Layout with Rule set to Variable replaces patern models with their family table instances. The leader model will not be replaced. Note: In Creo 3 this function does not differ in behavior from superseded ProCavitylayoutModelnamesSet. In particular, repl_models can be only of ProName length. This function is reserved for future use. | |||||||||||
Synopsis | |||||||||||
#include <ProCavitylayout.h> | |||||||||||
ProError | ProCavitylayoutModelMdlnamesSet | ( | |||||||||
ProCavityLayout cvlayout | |||||||||||
/* (In) | |||||||||||
Pointer to the layout handle | |||||||||||
*/ | |||||||||||
ProMdlName* 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 | |||||||||||
|