// =========================================================================== // 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 "Cannot align a NURBS curve to a NURBS surface. You must select objects of the same type." m_alignPreset.kAlignImproperSelection; displayString -replace -value "No curves or surfaces selected to align. You must select pairs of curves or surfaces." m_alignPreset.kAlignInvalidSelection; displayString -replace -value "Not enough curves selected to align. You must select pairs of NURBS curves, curves on surface, points on curves or curve edit points." m_alignPreset.kAlignTooFewCurves; displayString -replace -value "Not enough surfaces selected to align. You must select pairs of NURBS surfaces or surface isoparms." m_alignPreset.kAlignTooFewSurfaces; displayString -replace -value "Only 2 objects of the same type should be selected to align. The last selected object will be used to determine which objects to use." m_alignPreset.kWarningDifferentTypes; displayString -replace -value "History will be deleted on first item for align." m_alignPreset.kWarningHistoryAffected; displayString -replace -value "History will be deleted on second item for align." m_alignPreset.kWarningHistoryDeleted; displayString -replace -value "Only 2 curves should be selected to align. The last 2 selected curves will be used." m_alignPreset.kWarningTooManyCurves; displayString -replace -value "Only 2 surfaces should be selected to align. The last 2 selected surfaces will be used." m_alignPreset.kWarningTooManySurfaces;