DrawJudgeText
Draw judge text
Parameters
<judge>
|
Judge text to be drawn
|
The following drawing judgement result values can be set.
Judgement result value
|
Description
|
0 (JUDGE_NC)
|
No judgement (unmeasured)
|
1 (JUDGE_OK)
|
Judgement result OK
|
-1 (JUDGE_NG)
|
Judgement result NG
|
-10 (JUDGE_IMAGEERROR)
|
Judgement result error (image format mismatch)
|
-11 (JUDGE_MODELERROR)
|
Judgement result error (unregistered model)
|
-12 (JUDGE_MEMORYERROR)
|
Judgement result error (insufficient memory)
|
-20 (JUDGE_ERROR)
|
Judgement result error (other errors)
|
Return Value
None.
Description
It makes an error(Illegal function call) when performing it not in the *MeasureDispT subroutine.
Notes