// =========================================================================== // 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 "select a nurbs surface." m_subSurface.kErrorSelectSurface; displayString -replace -value "select bounded NURBS surface region defined by four isoparms." m_subSurface.kErrorSelectSurfaceDefinedBy4IsoParms; displayString -replace -value "failed in detach along u...\n" m_subSurface.kFailedInDetachAlongU; displayString -replace -value "failed in detach along v...\n" m_subSurface.kFailedInDetachAlongV;