// =========================================================================== // 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 doCloseCurveArgList. Assuming version 1." m_doCloseCurveArgList.kBadVersionWarning; displayString -replace -value "Not enough arguments to doCloseCurveArgList" m_doCloseCurveArgList.kNotEnoughArgsError; displayString -replace -value "Nothing was selected to close. Select curves or curves on surface." m_doCloseCurveArgList.kNothingSelectedError;