// =========================================================================== // 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 "bsplineToBezier failed" m_bsplineToBezier.kWarningBsplineToBezierFailed; displayString -replace -value "No NURBS curve selected" m_bsplineToBezier.kWarningSelectCurve; displayString -replace -value "sub curve node creation failed" m_bsplineToBezier.kWarningSubCurveCreationFailed; displayString -replace -value "transform geometry node creation failed" m_bsplineToBezier.kWarningTransGeomCreationFailed; displayString -replace -value "bsplineToBezier for the last NURBS curve : ^1s" m_bsplineToBezier.kWarningUsingLastCurve;