// =========================================================================== // 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 "change to chord length paramtrization failed" m_makeChordLengthNurbsCurve.kErrorParamtrizationFailed; displayString -replace -value "Changing to chord length on NURBS curve : ^1s" m_makeChordLengthNurbsCurve.kWarningChangingToChordLength; displayString -replace -value "invalid number of control vertices" m_makeChordLengthNurbsCurve.kWarningInvalidNumOfControlVerts; displayString -replace -value "No NURBS curve selected" m_makeChordLengthNurbsCurve.kWarningNoCurveSelected;