// =========================================================================== // 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 "Pick CV" m_menu_PA_Style_LMB.kPickCV; displayString -replace -value "Pick Curve On Surface" m_menu_PA_Style_LMB.kPickCurveOnSurface; displayString -replace -value "Pick Iso/Trim Edge/Curve Points" m_menu_PA_Style_LMB.kPickIso; displayString -replace -value "Pick Nothing" m_menu_PA_Style_LMB.kPickNothing; displayString -replace -value "Pick Obj Comp" m_menu_PA_Style_LMB.kPickObjComp; displayString -replace -value "Pick Obj Root" m_menu_PA_Style_LMB.kPickObjRoot; displayString -replace -value "Pick Pivot Point" m_menu_PA_Style_LMB.kPickPivotPoint; displayString -replace -value "Pick Template" m_menu_PA_Style_LMB.kPickTemplate; displayString -replace -value "Show HotBox" m_menu_PA_Style_LMB.kShowHotBox;