Category Assembly, Object ProAsmcompconstraint

Function ProAsmcompconstraintCompreferenceSet


Description
sets the constraint references and orientations to the specified constraint.
Synopsis
#include <ProAsmcomp.h>
ProErrorProAsmcompconstraintCompreferenceSet(
ProAsmcompconstraint constraint
/* (In)
The Assembly component constraint.
*/
ProSelection comp_ref
/* (In)
The component reference.
*/
ProDatumside comp_orient
/* (In)
component 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 )