Category
Family table
, Object
ProFamtable
Function ProFamtableInit
Description
Initializes the family table of the specified model.
Synopsis
#include <
ProFamtable.h
>
ProError
ProFamtableInit
(
ProMdl
model
/* (In)
The model handle.
*/
ProFamtable
*
p_famtab
/* (Out)
The handle to the family table.
*/
)
Returns
PRO_TK_NO_ERROR
The function successfully initialized the handle.
PRO_TK_BAD_INPUTS
The input argument is invalid.
PRO_TK_UNSUPPORTED
Family table can't be created in the model.
Manual References:
Core: Family Tables: Family Table Utilities
Core: Family Tables: Family Table Utilities
Sample Code References:
pt_examples ( TestFamTab.c )
pt_examples ( TestFamTab.c )
pt_examples ( TestCavityLayout.c )
pt_userguide ( UgFamtabUse.c )
pt_userguide ( UgInterfaceExport.c )
pt_userguide ( UgModelCheck.c )
pt_wc_server ( PTWCServerAddInstance.c )