// =========================================================================== // 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 "Attach" m_performAttachSrf.kAttach; displayString -replace -value "Attach method:" m_performAttachSrf.kAttachMethod; displayString -replace -value "Attach Tool" m_performAttachSrf.kAttachTool; displayString -replace -value "Auto completion" m_performAttachSrf.kAuto; displayString -replace -value "Blend" m_performAttachSrf.kBlend; displayString -replace -value "Blend bias:" m_performAttachSrf.kBlendBias; displayString -replace -value "Connect" m_performAttachSrf.kConnect; displayString -replace -value "Exit on completion" m_performAttachSrf.kExit; displayString -replace -value "Insert knot" m_performAttachSrf.kInsertKnot; displayString -replace -value "Insert parameter:" m_performAttachSrf.kInsertParameter; displayString -replace -value "Keep" m_performAttachSrf.kKeep; displayString -replace -value "Keep originals" m_performAttachSrf.kKeepOriginals; displayString -replace -value "Multiple knots:" m_performAttachSrf.kMultipleKnots; displayString -replace -value "Remove" m_performAttachSrf.kRemove; displayString -replace -value "Attach Surfaces Options" m_performAttachSrf.kSurfacesTitle; displayString -replace -value "Attach Surfaces Tool Options" m_performAttachSrf.kSurfacesToolTitle; displayString -replace -value "Tool behavior:" m_performAttachSrf.kToolBehavior;