// =========================================================================== // 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 "Grow CV Selection" m_nurbsConvertMM.kGrowCVSelection; displayString -replace -value "Grow the selected CV region along the NURBS surface" m_nurbsConvertMM.kGrowSelectedCVAnnot; displayString -replace -value "Select all CV along the given borders" m_nurbsConvertMM.kSelectAllCVAnnot; displayString -replace -value "Select the boundary of the current selection region" m_nurbsConvertMM.kSelectBoundaryAnnot; displayString -replace -value "Select CV Selection Boundary" m_nurbsConvertMM.kSelectCVSelectionBoundary; displayString -replace -value "Select surface border options" m_nurbsConvertMM.kSelectSurfaceBorderAnnot; displayString -replace -value "Select Surface Border" m_nurbsConvertMM.kSelectedSurfaceBorder; displayString -replace -value "Shrink the selected region along the NURBS surface" m_nurbsConvertMM.kShrinkCVAnnot; displayString -replace -value "Shrink CV Selection" m_nurbsConvertMM.kShrinkCVSelection; displayString -replace -value "Select Surface Border Options" m_nurbsConvertMM.kSurfaceBorderOptionBox;