API 文件集 > Miscellaneous > Object ProCavitylayout > Function ProCavitylayoutModelMdlnamesSet
Function ProCavitylayoutModelMdlnamesSet
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
ProCavitylayoutModelMdlnamesSet
(
/* (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
The models are successfully replaced.
The entered data is incorrect.
Cannot replace the layout models.
Sample Code References
User Guide References
這是否有幫助?