// =========================================================================== // 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 doExtendSurfaceArgList. Assuming version 1." m_doExtendSurfaceArgList.kBadVersion; displayString -replace -value "Nothing was selected to extend. Select surfaces or surface isoparm." m_doExtendSurfaceArgList.kInvalidSelection; displayString -replace -value " Problem executing extend command: ^1s" m_doExtendSurfaceArgList.kProblemExecutingCmd; displayString -replace -value "Extend surface operation produced no results." m_doExtendSurfaceArgList.kProducedNoResults; displayString -replace -value "Not enough arguments to doExtendSurfaceArgList" m_doExtendSurfaceArgList.kTooFewArgs;