// =========================================================================== // 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 "Active" m_performDisplaySmoothnessHull.kActive; displayString -replace -value "All" m_performDisplaySmoothnessHull.kAll; displayString -replace -value "Hull simplification U:" m_performDisplaySmoothnessHull.kHullSimplificationU; displayString -replace -value "Hull simplification V:" m_performDisplaySmoothnessHull.kHullSimplificationV; displayString -replace -value "NURBS Smoothness (Hull) Options" m_performDisplaySmoothnessHull.kNURBSHullOptions; displayString -replace -value "Objects affected:" m_performDisplaySmoothnessHull.kObjectsAffected;