// =========================================================================== // 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 "Not enough surfaces selected to attach. You must select pairs of surfaces." m_doAttachSurfaceArgList.kAttachSurfacesIncompleteSelection; displayString -replace -value "No surfaces selected to attach. You must select pairs of surfaces." m_doAttachSurfaceArgList.kAttachSurfacesInvalSelection; displayString -replace -value "Not enough arguments to doAttachCurveArgList" m_doAttachSurfaceArgList.kAttachSurfacesTooFewArgs; displayString -replace -value "Bad version for doAttachSurfaceArgList. Using 1." m_doAttachSurfaceArgList.kWarningBadVersion; displayString -replace -value "History will be deleted on first surface for attach." m_doAttachSurfaceArgList.kWarningHistoryDeleted1; displayString -replace -value "History will be deleted on second surface for attach." m_doAttachSurfaceArgList.kWarningHistoryDeleted2; displayString -replace -value "Only 2 surfaces should be selected to attach. The last 2 selected surfaces will be used." m_doAttachSurfaceArgList.kWarningTooManySurfaces;