// =========================================================================== // 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 curve failed on the current valid selection." m_performRebuildCurveSet.kErrorRebuildFailed; displayString -replace -value "Rebuild curve only supports NURBS curves. Remove Bezier curves from the selection to continue." m_performRebuildCurveSet.kRebuildCurveBezierSelection; displayString -replace -value "Nothing was selected to rebuild. You must select NURBS curves or curve on surfaces." m_performRebuildCurveSet.kRebuildCurveImproperSelection; displayString -replace -value "Select at least two NURBS curves to rebuild with match knots option." m_performRebuildCurveSet.kRebuildCurveInvalSelection; displayString -replace -value "Nothing was selected to rebuild. You must select NURBS curves." m_performRebuildCurveSet.kRebuildCurvesImproperSelection; displayString -replace -value "Rebuilding all but the last curve to match knots of the last curve in the selection list" m_performRebuildCurveSet.kWarningRebuilding;