// =========================================================================== // 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 "The active view is not a model panel" m_tessellationSetup.kActiveView; displayString -replace -value "There are no NURBS surfaces in the scene." m_tessellationSetup.kNoNURBS; displayString -replace -value "There are no NURBS surfaces selected." m_tessellationSetup.kNoNURBSSelected; displayString -replace -value "// Result: Tesselation has been set on 1 surface.\n" m_tessellationSetup.kOneSurface; displayString -replace -value "// Result: Tesselation has been set on ^1s surfaces.\n" m_tessellationSetup.kSurfaces;