// =========================================================================== // 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 "Apply" m_performPolyMirrorCut.kApplyButton; displayString -replace -value "Merge with the original" m_performPolyMirrorCut.kCombineMeshes; displayString -replace -value "Cut along:" m_performPolyMirrorCut.kCutAlong; displayString -replace -value "Merge vertex threshold:" m_performPolyMirrorCut.kMergeVertexTol; displayString -replace -value "Mirror Cut" m_performPolyMirrorCut.kMirrorCutButton; displayString -replace -value "Mirror Cut Options" m_performPolyMirrorCut.kMirrorCutOptions; displayString -replace -value "Mirror Cut" m_performPolyMirrorCut.kRecentCommandMirrorCut; displayString -replace -value "Settings" m_performPolyMirrorCut.kSettingsFrame; displayString -replace -value "XY plane" m_performPolyMirrorCut.kXYPlane; displayString -replace -value "XZ plane" m_performPolyMirrorCut.kXZPlane; displayString -replace -value "YZ plane" m_performPolyMirrorCut.kYZPlane;