Object ProCavitylayout

Function ProCavitylayoutCountGet


Description
Gets the number of layouts owned by given top assembly.
Synopsis
#include <ProCavitylayout.h>
ProErrorProCavitylayoutCountGet(
ProMdl owner_assem
/* (In)
The top assembly to own the layout (may be either regular assembly or mold/casting model)
*/
int* count
/* (Out)
number of layouts
*/
)
Returns
PRO_TK_NO_ERRORThe information is successfully received.
PRO_TK_BAD_INPUTSThe entered data is incorrect.

Sample Code References:

  1. pt_examples ( TestCavityLayout.c )