// =========================================================================== // 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 "Nothing was selected to close. Select surfaces or surface isoparm." m_doCloseSurfaceArgList.kCloseSurfaceInvalSelection; displayString -replace -value " Problem executing close command: ^1s" m_doCloseSurfaceArgList.kCloseSurfaceInvalidCmd; displayString -replace -value "Not enough arguments to doCloseSurfaceArgList" m_doCloseSurfaceArgList.kCloseSurfaceTooFewArgs; displayString -replace -value "Bad version for doCloseSurfaceArgList. Assuming version 1." m_doCloseSurfaceArgList.kWarningBadVersion;