Category Assembly, Object ProAsmcomppath

Function ProAsmcomppathInit


Description
Initializes the ProAsmcompath data structure.
Synopsis
#include <ProAsmcomppath.h>
ProErrorProAsmcomppathInit(
ProSolid p_solid_handle
/* (In)
The top-level assembly
*/
ProIdTable memb_id_tab
/* (In)
The member identifier table
*/
int table_size
/* (In)
The table size
*/
ProAsmcomppath* p_handle
/* (Out)
The handle to initialize
*/
)
Returns
PRO_TK_NO_ERRORThe function successfully initialized the data structure.
PRO_TK_BAD_INPUTSOne or more of the input arguments are invalid.

Manual References:

  1. Assembly: Basic Assembly Access: Properties Related to Component Purpose
  2. Assembly: Basic Assembly Access: Properties Related to Component Purpose

Sample Code References:

  1. pt_examples ( TestAsm.c )
  2. pt_examples ( TestAsm.c )
  3. pt_examples ( TestGeom.c )
  4. pt_examples ( TestCavityLayout.c )
  5. pt_examples ( TestCavityLayout.c )
  6. pt_examples ( TestSimpRep.c )
  7. pt_examples ( TestSimpRep.c )
  8. pt_examples ( TestSimpRep.c )
  9. pt_examples ( UtilTree.c )
  10. pt_examples ( UtilVisit.c )
  11. pt_examples ( UtilVisit.c )
  12. pt_userguide ( UgAsmcompConstraint.c )
  13. pt_userguide ( UgMfgMillSeqCreate.c )
  14. pt_userguide ( UgSimprepInfo.c )