API 설명서 > Assembly > Object ProAsmcompconstraint > Function ProAsmcompconstraintOffsetGet
Function ProAsmcompconstraintOffsetGet
Description
retrieves the mate/align offset value for the given constraint.
Synopsis
#include <ProAsmcomp.h>
ProAsmcompconstraintOffsetGet
(
/* (In)
The Assembly component constraint.
*/
double* offset
/* (Out)
The mate/align offset value.
*/
)
Returns
The function successfully retrieved the information.
The argument is invalid.
Sample Code References
User Guide References
도움이 되셨나요?