// =========================================================================== // 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 "Center" m_targetWeldContextProperties.kCenter; displayString -replace -value "Description" m_targetWeldContextProperties.kDescriptionFrame; displayString -replace -value "Merge To:" m_targetWeldContextProperties.kMode; displayString -replace -value "Settings" m_targetWeldContextProperties.kSettingsFrame; displayString -replace -value "Target" m_targetWeldContextProperties.kTargetVert; displayString -replace -value "Click and drag a vertex or edge to the desired target. All selected vertices or edges will be merged." m_targetWeldContextProperties.kTargetWeldToolDesc;