// =========================================================================== // 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 "Accurate" m_lassoOptionsPopup.kAccurateLabel; displayString -replace -value "Closed" m_lassoOptionsPopup.kClosedLabel; displayString -replace -value "Draw Style" m_lassoOptionsPopup.kDrawStyleLabel; displayString -replace -value "Fast" m_lassoOptionsPopup.kFastLabel; displayString -replace -value "Open" m_lassoOptionsPopup.kOpenLabel; displayString -replace -value "Component Selection" m_lassoOptionsPopup.kSelectionLabel;