// =========================================================================== // 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 "CV Curve Tool" m_ModCurvesMenu.kCVCurveTool; displayString -replace -value "Create a curve on the grid or live surface specifying control vertices" m_ModCurvesMenu.kCVCurveToolAnnot; displayString -replace -value "CV curve tool options" m_ModCurvesMenu.kCVCurveToolOptionsAnnot; displayString -replace -value "Duplicate Curves" m_ModCurvesMenu.kDuplicateCurves; displayString -replace -value "Select surface curve(s)" m_ModCurvesMenu.kDuplicateCurvesAnnot; displayString -replace -value "Duplicate curves options" m_ModCurvesMenu.kDuplicateCurvesOptionsAnnot; displayString -replace -value "EP Curve Tool" m_ModCurvesMenu.kEPCurveTool; displayString -replace -value "Create a curve on the grid or live surface specifying edit points" m_ModCurvesMenu.kEPCurveToolAnnot; displayString -replace -value "EP curve tool options" m_ModCurvesMenu.kEPCurveToolOptionsAnnot; displayString -replace -value "Fillet Curve" m_ModCurvesMenu.kFilletCurve; displayString -replace -value "Select curve parameter points" m_ModCurvesMenu.kFilletCurveAnnot; displayString -replace -value "Fillet curve options" m_ModCurvesMenu.kFilletCurveOptionsAnnot; displayString -replace -value "Fit B-spline" m_ModCurvesMenu.kFitBSpline; displayString -replace -value "Select curve(s), isoparm(s) or trim edge(s)" m_ModCurvesMenu.kFitBSplineAnnot; displayString -replace -value "Fit B-spline options" m_ModCurvesMenu.kFitBSplineOptionsAnnot; displayString -replace -value "Offset Curve" m_ModCurvesMenu.kOffsetCurve; displayString -replace -value "Select a curve, isoparm or trim edge" m_ModCurvesMenu.kOffsetCurveAnnot; displayString -replace -value "Offset Curve On Surface" m_ModCurvesMenu.kOffsetCurveOnSurface; displayString -replace -value "Select a curve on surface, isoparm or trim edge" m_ModCurvesMenu.kOffsetCurveOnSurfaceAnnot; displayString -replace -value "Offset curve on surface options" m_ModCurvesMenu.kOffsetCurveOnSurfaceOptionsAnnot; displayString -replace -value "Offset curve options" m_ModCurvesMenu.kOffsetCurveOptionsAnnot; displayString -replace -value "Pencil Curve Tool" m_ModCurvesMenu.kPencilCurveTool; displayString -replace -value "Create a curve on the grid or live surface" m_ModCurvesMenu.kPencilCurveToolAnnot; displayString -replace -value "Pencil curve tool options" m_ModCurvesMenu.kPencilCurveToolOptionsAnnot; displayString -replace -value "Three point arc options" m_ModCurvesMenu.kThreePointArcOptionsAnnot; displayString -replace -value "Three Point Circular Arc Tool" m_ModCurvesMenu.kThreePointCircularArcTool; displayString -replace -value "Create a circular arc on the grid specifying three points" m_ModCurvesMenu.kThreePointCircularArcToolAnnot; displayString -replace -value "Two point arc options" m_ModCurvesMenu.kTwoPointArcOptionsAnnot; displayString -replace -value "Two Point Circular Arc Tool" m_ModCurvesMenu.kTwoPointCircularArcTool; displayString -replace -value "Create a circular arc on the grid specifying two points" m_ModCurvesMenu.kTwoPointCircularArcToolAnnot;