// =========================================================================== // 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 "Auto completion" m_performFitBspline.kAutoCompletion; displayString -replace -value "Exit on completion" m_performFitBspline.kExitOnCompletion; displayString -replace -value "Fit B-Spline Options" m_performFitBspline.kFitBSplineOptions; displayString -replace -value "Fit B-Spline Tool Options" m_performFitBspline.kFitBSplineToolOptions; displayString -replace -value "Fit B-Spline" m_performFitBspline.kFitBspline; displayString -replace -value "Fit B-Spline Tool" m_performFitBspline.kFitBsplineTool; displayString -replace -value "Global" m_performFitBspline.kGlobal; displayString -replace -value "Local" m_performFitBspline.kLocal; displayString -replace -value "Positional tolerance:" m_performFitBspline.kPositionalTolerance; displayString -replace -value "Tool behavior:" m_performFitBspline.kToolBehavior; displayString -replace -value "Use tolerance:" m_performFitBspline.kUseTolerance;