public static void setTerrainEditorMaxSlope(float value)
        {
            TerrainEditor   ETerrainEditor = "ETerrainEditor";
            float           val            = ETerrainEditor.setSlopeLimitMaxAngle(value);
            GuiTextEditCtrl SlopeMaxAngle  =
                ((GuiControl)"PaintBrushSlopeControl").findObjectByInternalName("SlopeMaxAngle", true);

            SlopeMaxAngle.setValue(omni.Util.mFloatLength(val, 1));
        }