// =========================================================================== // 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 "Deselect" m_contextXGenSelectToolMM.kDeselect; displayString -replace -value "Deselect All" m_contextXGenSelectToolMM.kDeselectAll; displayString -replace -value "Filter Back Faces" m_contextXGenSelectToolMM.kFilterBackFaces; displayString -replace -value "Hide Selected" m_contextXGenSelectToolMM.kHideSelected; displayString -replace -value "Invert Selection" m_contextXGenSelectToolMM.kInvertSelection; displayString -replace -value "Object X" m_contextXGenSelectToolMM.kObjectX; displayString -replace -value "Object Y" m_contextXGenSelectToolMM.kObjectY; displayString -replace -value "Object Z" m_contextXGenSelectToolMM.kObjectZ; displayString -replace -value "Off" m_contextXGenSelectToolMM.kOff; displayString -replace -value "Preselection Highlight" m_contextXGenSelectToolMM.kPreselectionHighlight; displayString -replace -value "Screen" m_contextXGenSelectToolMM.kScreen; displayString -replace -value "Selection Highlight" m_contextXGenSelectToolMM.kSelectionHighlight; displayString -replace -value "Selection Type" m_contextXGenSelectToolMM.kSelectionType; displayString -replace -value "Show All" m_contextXGenSelectToolMM.kShowAll; displayString -replace -value "Show Frozen" m_contextXGenSelectToolMM.kShowFrozen; displayString -replace -value "Show Selected Only" m_contextXGenSelectToolMM.kShowSelectedOnly; displayString -replace -value "Surface" m_contextXGenSelectToolMM.kSurface; displayString -replace -value "Symmetry" m_contextXGenSelectToolMM.kSymmetry; displayString -replace -value "Toggle Show/Hide" m_contextXGenSelectToolMM.kToggleShowHide; displayString -replace -value "Volume" m_contextXGenSelectToolMM.kVolume; displayString -replace -value "World X" m_contextXGenSelectToolMM.kWorldX; displayString -replace -value "World Y" m_contextXGenSelectToolMM.kWorldY; displayString -replace -value "World Z" m_contextXGenSelectToolMM.kWorldZ;