// =========================================================================== // 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 "Cut Mode" m_contextXGenCutToolMM.kCutMode; displayString -replace -value "Filter Back Faces" m_contextXGenCutToolMM.kFilterBackFaces; displayString -replace -value "Invert Frozen Effect" m_contextXGenCutToolMM.kInvertFrozenEffect; displayString -replace -value "Object X" m_contextXGenCutToolMM.kObjectX; displayString -replace -value "Object Y" m_contextXGenCutToolMM.kObjectY; displayString -replace -value "Object Z" m_contextXGenCutToolMM.kObjectZ; displayString -replace -value "Off" m_contextXGenCutToolMM.kOff; displayString -replace -value "Preselection Highlight" m_contextXGenCutToolMM.kPreselectionHighlight; displayString -replace -value "Screen" m_contextXGenCutToolMM.kScreen; displayString -replace -value "Show Frozen" m_contextXGenCutToolMM.kShowFrozen; displayString -replace -value "Symmetry" m_contextXGenCutToolMM.kSymmetry; displayString -replace -value "Volume" m_contextXGenCutToolMM.kVolume; displayString -replace -value "World X" m_contextXGenCutToolMM.kWorldX; displayString -replace -value "World Y" m_contextXGenCutToolMM.kWorldY; displayString -replace -value "World Z" m_contextXGenCutToolMM.kWorldZ;