API Documentation
>
Assembly
>
Object ProAsmcompconstraint
> Function ProAsmcompconstraintTypeSet
Function ProAsmcompconstraintTypeSet
Description
sets the constraint type for the specified constraint.
Synopsis
#include <
ProAsmcomp.h
>
ProError
ProAsmcompconstraintTypeSet
(
ProAsmcompconstraint
constraint
/* (In)
The Assembly component constraint.
*/
ProAsmcompConstrType
type
/* (In)
The constraint type.
*/
)
Returns
PRO_TK_NO_ERROR
The function successfully set the information.
PRO_TK_BAD_INPUTS
The argument is invalid.
Sample Code References
pt_userguide ( UgAsmcompConstraint.c )
pt_userguide ( UgAsmcompConstraint.c )
pt_userguide ( UgAsmcompConstraint.c )
User Guide References
Assembling a Component Parametrically:ProAsmcompconstraintTypeSet
Was this helpful?
This site works best with JavaScript enabled