// =========================================================================== // 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 "Smooth Tangent: failed on the input surfaces." m_smoothTangent.kSmoothTangentFailed; displayString -replace -value "Smooth Tangent failed on the selected items. You must select NURBS surface points or isoparms." m_smoothTangent.kSmoothTangentImproperSelection; displayString -replace -value "Smooth Tangent: No valid selection. Select NURBS surface point(s) or isoparm(s)." m_smoothTangent.kSmoothTangentInvalSelection; displayString -replace -value " Problem evaluating smooth tangent command: ^1s^2s\n" m_smoothTangent.kWarningSmoothTangentFailed;