Category Family table, Object ProFamtable

Function ProFamtableInit


Description
Initializes the family table of the specified model.
Synopsis
#include <ProFamtable.h>
ProErrorProFamtableInit(
ProMdl model
/* (In)
The model handle.
*/
ProFamtable* p_famtab
/* (Out)
The handle to the family table.
*/
)
Returns
PRO_TK_NO_ERRORThe function successfully initialized the handle.
PRO_TK_BAD_INPUTSThe input argument is invalid.
PRO_TK_UNSUPPORTEDFamily table can't be created in the model.

Manual References:

  1. Core: Family Tables: Family Table Utilities
  2. Core: Family Tables: Family Table Utilities

Sample Code References:

  1. pt_examples ( TestFamTab.c )
  2. pt_examples ( TestFamTab.c )
  3. pt_examples ( TestCavityLayout.c )
  4. pt_userguide ( UgFamtabUse.c )
  5. pt_userguide ( UgInterfaceExport.c )
  6. pt_userguide ( UgModelCheck.c )
  7. pt_wc_server ( PTWCServerAddInstance.c )