Category Assembly, Object ProAsmcompconstraint

Function ProAsmcompconstraintAsmreferenceSet


Description
sets the constraint references and orientations to the specified constraint.
Synopsis
#include <ProAsmcomp.h>
ProErrorProAsmcompconstraintAsmreferenceSet(
ProAsmcompconstraint constraint
/* (In)
The Assembly component constraint.
*/
ProSelection asm_ref
/* (In)
The assembly reference.
*/
ProDatumside asm_orient
/* (In)
assembly orientation
*/
)
Returns
PRO_TK_NO_ERRORThe function successfully set the information.
PRO_TK_BAD_INPUTSThe argument 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 )