// =========================================================================== // 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_makeUniformEndKnotsSurface.kDoingSurface; displayString -replace -value "Error rebuilding surface as non-MEK\n" m_makeUniformEndKnotsSurface.kErrorRebuildingSurface; displayString -replace -value "Failed to rebuild as non-mek\n" m_makeUniformEndKnotsSurface.kFailedRebuildAsNonMek; displayString -replace -value "No NURBS surfaces selected" m_makeUniformEndKnotsSurface.kNoSurfacesSelected;