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

View differences:

ScaleCADTool.sm
110 110
		PointMain{
111 111
			end();
112 112
			}
113
	addOption(s:String)
114
		PointMain{
115
			throwOptionException(PluginServices.getText(this,"incorrect_option"),s);
116
			}
117
	addValue(d:double)
118
		PointMain{
119
			throwValueException(PluginServices.getText(this,"incorrect_value"),d);
120
			}
121
	addPoint(pointX:double,pointY:double,event:InputEvent)
122
		PointMain{
123
			throwPointException(PluginServices.getText(this,"incorrect_point"),pointX,pointY);
124
			}
113 125
}
114 126
%%

Also available in: Unified diff