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

View differences:

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

Also available in: Unified diff