// =========================================================================== // 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 "Always merge if only two vertices are selected" m_performPolyMergeVertex.kAlwaysMerge; displayString -replace -value "Distance" m_performPolyMergeVertex.kDistance; displayString -replace -value "MergeVertex" m_performPolyMergeVertex.kMergeVertex; displayString -replace -value "Merge Vertex Options" m_performPolyMergeVertex.kOptions; displayString -replace -value "Tolerance" m_performPolyMergeVertex.kTolerance;