Revision 5730 trunk/extensions/extCAD/sm/ArcCADTool.sm

View differences:

ArcCADTool.sm
58 58
		FirstPoint{
59 59
			end();
60 60
			}
61
	addOption(s:String)
62
		FirstPoint{
63
			throwOptionException(PluginServices.getText(this,"incorrect_option"),s);
64
			}
65
	addValue(d:double)
66
		FirstPoint{
67
			throwValueException(PluginServices.getText(this,"incorrect_value"),d);
68
			}
69
	addPoint(pointX:double,pointY:double,event:InputEvent)
70
		FirstPoint{
71
			throwPointException(PluginServices.getText(this,"incorrect_point"),pointX,pointY);
72
			}
61 73
}
62 74
%%

Also available in: Unified diff