// =========================================================================== // 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 "Bad version for doAttachCurveArgList. Using 1." m_doAttachCurveArgList.kBadVersion; displayString -replace -value "History will be deleted on curve ^1s for attach." m_doAttachCurveArgList.kDeletHistory; displayString -replace -value "No curves selected to attach. You must select pairs of curves." m_doAttachCurveArgList.kNeedPairs; displayString -replace -value "Not enough arguments to doAttachCurveArgList" m_doAttachCurveArgList.kNotEnoughArgs; displayString -replace -value "Not enough curves selected to attach. You must select pairs of curves." m_doAttachCurveArgList.kNotEnoughCurves;