// =========================================================================== // 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 "Rebuild surface failed on the current valid selection." m_performRebuildSurfaceSet.kRebuildSurfaceFailed; displayString -replace -value "Nothing was selected to rebuild. NURBS surfaces or surface isoparms must be selected." m_performRebuildSurfaceSet.kRebuildSurfaceImproperSelection; displayString -replace -value "Select at least two NURBS surfaces/isoparms to rebuild with match knots option." m_performRebuildSurfaceSet.kRebuildSurfaceInvalSelection; displayString -replace -value "Select at least two NURBS surfaces to rebuild with match knots option." m_performRebuildSurfaceSet.kRebuildSurfacesInvalSelection; displayString -replace -value "Problem executing rebuild command: ^1s" m_performRebuildSurfaceSet.kWarningProblemExecuting; displayString -replace -value "Rebuilding all but the last surface to match knots of the last surface in the selection list" m_performRebuildSurfaceSet.kWarningRebuilding;