API Documentation > Assembly > Object ProAsmcompconstraint > Function ProAsmcompconstraintOffsetSet
Function ProAsmcompconstraintOffsetSet
Description
sets the mate/align offset value to the specifiedconstraint.
Synopsis
#include <ProAsmcomp.h>
ProAsmcompconstraintOffsetSet
(
/* (In)
The Assembly component constraint.
*/
double offset
/* (In)
The offset value.
*/
)
Returns
The function successfully set the information.
The argument is invalid.
User Guide References
Was this helpful?