// =========================================================================== // 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 "Knots are not uniform in ^1s direction, cannot move seam" m_moveNurbsSurfaceSeam.kKnotsNotUniform; displayString -replace -value "Select a single isoparm on a NURBS surface" m_moveNurbsSurfaceSeam.kMoveNurbsInvalSelection; displayString -replace -value "Too large a move requested, aborting" m_moveNurbsSurfaceSeam.kMoveTooLarge; displayString -replace -value "Seam is already at this location, no change will be made" m_moveNurbsSurfaceSeam.kSeamAlreadyExists; displayString -replace -value "Surface is not periodic in ^1s direction, cannot move seam" m_moveNurbsSurfaceSeam.kSurfaceNotPeriodic; displayString -replace -value "Surface is not periodic in U, cannot shift seam" m_moveNurbsSurfaceSeam.kSurfaceNotPeriodicU; displayString -replace -value "Surface is not periodic in V, cannot shift seam" m_moveNurbsSurfaceSeam.kSurfaceNotPeriodicV; displayString -replace -value "Unrecognized surface direction selected" m_moveNurbsSurfaceSeam.kUnrecognizedSurfaceDir;