878879880881882883884885886887
} else if (vizConfig.isRectangleSelection()) { currentSelectionArea = new Rectangle(); rectangleSelection = true; customSelection = false; } else { currentSelectionArea = new Cylinder(); rectangleSelection = false; customSelection = false; } }
722723724725726727728729730731