// =========================================================================== // 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 "Created reparam surface ^1s\n" m_smoothParamSurface.kCreatedReparamSurface; displayString -replace -value "Failed to reparameterize surface ^1s\n" m_smoothParamSurface.kFailedToReparameterizeSurface; displayString -replace -value "No NURBS surfaces selected\n" m_smoothParamSurface.kNoSurfaceSelected; displayString -replace -value "Setting construction history off\n" m_smoothParamSurface.kSettingConstructionHistoryOff; displayString -replace -value "Setting construction history on\n" m_smoothParamSurface.kSettingConstructionHistoryOn;