// =========================================================================== // 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 "Clear All" m_contextXGenPlaceToolMM.kClearAll; displayString -replace -value "Current Description" m_contextXGenPlaceToolMM.kCurrentDescription; displayString -replace -value "Interpolation Source" m_contextXGenPlaceToolMM.kInterpSource; displayString -replace -value "Interpolate" m_contextXGenPlaceToolMM.kInterpolate; displayString -replace -value "Interpolate From" m_contextXGenPlaceToolMM.kInterpolateFrom; displayString -replace -value "Object X" m_contextXGenPlaceToolMM.kObjectX; displayString -replace -value "Object Y" m_contextXGenPlaceToolMM.kObjectY; displayString -replace -value "Object Z" m_contextXGenPlaceToolMM.kObjectZ; displayString -replace -value "Off" m_contextXGenPlaceToolMM.kOff; displayString -replace -value "Remove" m_contextXGenPlaceToolMM.kRemove; displayString -replace -value "Symmetry" m_contextXGenPlaceToolMM.kSymmetry; displayString -replace -value "World X" m_contextXGenPlaceToolMM.kWorldX; displayString -replace -value "World Y" m_contextXGenPlaceToolMM.kWorldY; displayString -replace -value "World Z" m_contextXGenPlaceToolMM.kWorldZ;