// =========================================================================== // 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_lassoProperties.kAccurate; displayString -replace -value "Closed" m_lassoProperties.kClosed; displayString -replace -value "Component selection:" m_lassoProperties.kComponentSelection; displayString -replace -value "Draw style:" m_lassoProperties.kDrawStyle; displayString -replace -value "Fast" m_lassoProperties.kFast; displayString -replace -value "Lasso Settings" m_lassoProperties.kLassoSettings; displayString -replace -value "Open" m_lassoProperties.kOpen;