// =========================================================================== // 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 "Fillet Blend Tool" m_blendToolScript.kBlendTool; displayString -replace -value "Select additional surface curves for the left edge or press ENTER to start the right edge selection." m_blendToolScript.kSelectAdditionalForLeftEdge; displayString -replace -value "Select additional surface curves for the right edge or press ENTER to compute blend." m_blendToolScript.kSelectAdditionalForRightEdge; displayString -replace -value "Select surface curves for the left edge." m_blendToolScript.kSelectForLeftEdge; displayString -replace -value "Select surface curves for the right edge." m_blendToolScript.kSelectForRightEdge;