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