Category Assembly, Object ProAsmcompconstraint

Function ProAsmcompconstraintAlloc


Description
Allocates memory for an assembly component constraint structure.
Synopsis
#include <ProAsmcomp.h>
ProErrorProAsmcompconstraintAlloc(
ProAsmcompconstraint* p_constraint
/* (Out)
The Asmcomp constraint structure
*/
)
Returns
PRO_TK_NO_ERRORThe function successfully allocated memory for the structure.
PRO_TK_OUT_OF_MEMORYInsufficient memory.
PRO_TK_BAD_INPUTSThe input is invalid.

Manual References:

  1. Assembly: Assembling Components: Assembling a Component Parametrically
  2. Assembly: Assembling Components: Assembling a Component Parametrically

Sample Code References:

  1. pt_userguide ( UgAsmcompConstraint.c )
  2. pt_userguide ( UgAsmcompConstraint.c )