// =========================================================================== // 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 "Closing surface failed." m_attachBlendSurface.kErrorClosingSurfaceFailed; displayString -replace -value "Only isoparm components can be used to define the direction of the attach" m_attachBlendSurface.kErrorNeedIsoparms; displayString -replace -value "Rebuilding surface failed." m_attachBlendSurface.kErrorRebuildingSurfaceFailed; displayString -replace -value "Select an isoparm to define the direction of the attach" m_attachBlendSurface.kErrorSelectIsoparm; displayString -replace -value "Need to select a surface isoparm to define the direction of the attach." m_attachBlendSurface.kErrorSelectSurfaceIsoparm; displayString -replace -value "The degree ^1s surface has to have at least ^2s spans in the specified direction in order to do attach blend." m_attachBlendSurface.kWarningTooFewSpans; displayString -replace -value "Only the last selected surface will be used for attachBlend." m_attachBlendSurface.kWarningTooManySelected;