// =========================================================================== // 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 "start Parameter should be less than end Parameter" m_reparameterizeNurbsSurfaceAlongU.kErrorStartParamBiggerThanEnd; displayString -replace -value "surface has history, reparameterize is pointless" m_reparameterizeNurbsSurfaceAlongU.kErrorSurfaceHasHistory; displayString -replace -value " U " m_reparameterizeNurbsSurfaceAlongU.kU; displayString -replace -value " U and V " m_reparameterizeNurbsSurfaceAlongU.kUandV; displayString -replace -value " V " m_reparameterizeNurbsSurfaceAlongU.kV; displayString -replace -value "No NURBS surface selected" m_reparameterizeNurbsSurfaceAlongU.kWarningNoSurfaceSelected; displayString -replace -value "rebuild to match knots in ^1s failed. " m_reparameterizeNurbsSurfaceAlongU.kWarningRebuildFailed; displayString -replace -value " reparameterizing Knots along U for the last NURBS surface: ^1s" m_reparameterizeNurbsSurfaceAlongU.kWarningReparameterizingKnots;