// =========================================================================== // 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 "Doing surface ^1s\n" m_reparamSurfaces.kDoingSurface; displayString -replace -value "Done" m_reparamSurfaces.kDone; displayString -replace -value "start Parameter should be less than end Parameter" m_reparamSurfaces.kErrorStartParamBiggerThanEnd; displayString -replace -value "No NURBS surfaces selected" m_reparamSurfaces.kNoSurfaceSelected; displayString -replace -value " U " m_reparamSurfaces.kU; displayString -replace -value " U&V " m_reparamSurfaces.kUV; displayString -replace -value " U and V " m_reparamSurfaces.kUandV; displayString -replace -value " V " m_reparamSurfaces.kV; displayString -replace -value "rebuild to match knots in ^1s failed. " m_reparamSurfaces.kWarningRebuildFailed; displayString -replace -value "!! Warning, surface ^1s has history, not modifying!!\n" m_reparamSurfaces.kWarningSurfaceHasHistory;