// =========================================================================== // Copyright 2018 Autodesk, Inc. All rights reserved. // // Use of this software is subject to the terms of the Autodesk license // agreement provided at the time of installation or download, or which // otherwise accompanies this software in either electronic or hard copy form. // =========================================================================== displayString -replace -value "Automatic Camera-Based Selection" m_selectMarkingMenuImpl.kAutoCBSelect; displayString -replace -value "Automatically activate camera-based selection in shaded display mode" m_selectMarkingMenuImpl.kAutoCBSelectAnnot; displayString -replace -value "Camera-Based Selection" m_selectMarkingMenuImpl.kCBSelect; displayString -replace -value "Clear Selection" m_selectMarkingMenuImpl.kClearSelect; displayString -replace -value "Drag" m_selectMarkingMenuImpl.kDragSelect; displayString -replace -value "Lasso" m_selectMarkingMenuImpl.kLassoSelect; displayString -replace -value "Marquee" m_selectMarkingMenuImpl.kMarqueeSelect; displayString -replace -value "Paint Select" m_selectMarkingMenuImpl.kPaintSelect;