// =========================================================================== // 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 "Align Curves Option Box" m_ModelingCurvesMenu.kAlignCurvesDialogLabel; displayString -replace -value "Attach Curves Option Box" m_ModelingCurvesMenu.kAttachCrvDialogLabel; displayString -replace -value "Bezier Curves" m_ModelingCurvesMenu.kBezierCrvLabel; displayString -replace -value "Anchor Presets" m_ModelingCurvesMenu.kBezierPresetsLabel; displayString -replace -value "Tangent Options" m_ModelingCurvesMenu.kBezierTangentOptions; displayString -replace -value "CV Hardness Option Box" m_ModelingCurvesMenu.kCVHardnessDialogLabel; displayString -replace -value "Open/Close Curves Option Box" m_ModelingCurvesMenu.kCloseCrvDialogLabel; displayString -replace -value "Cut Curve Option Box" m_ModelingCurvesMenu.kCutCrvDialogLabel; displayString -replace -value "Detach Curves Option Box" m_ModelingCurvesMenu.kDetachCrvDialogLabel; displayString -replace -value "Duplicate Curves Option Box" m_ModelingCurvesMenu.kDupSurfCurvDialogLabel; displayString -replace -value "Edit" m_ModelingCurvesMenu.kEditDivider; displayString -replace -value "Extend Curve On Surface Option Box" m_ModelingCurvesMenu.kExtendCOSDialogLabel; displayString -replace -value "Extend Curve Option Box" m_ModelingCurvesMenu.kExtendCrvDialogLabel; displayString -replace -value "Extend" m_ModelingCurvesMenu.kExtendCurvesLabel; displayString -replace -value "Curve Fillet Option Box" m_ModelingCurvesMenu.kFilletCrvDialogLabel; displayString -replace -value "Fit B-spline Option Box" m_ModelingCurvesMenu.kFitBsplineDialogAnnot; displayString -replace -value "Insert Knot Option Box" m_ModelingCurvesMenu.kInsertKnotDialogLabel; displayString -replace -value "Intersect Curves Option Box" m_ModelingCurvesMenu.kIntersectCrvDialogLabel; displayString -replace -value "Modify" m_ModelingCurvesMenu.kModifyDivider; displayString -replace -value "Offset Curve On Surface Option Box" m_ModelingCurvesMenu.kOffsetCOSDialogLabel; displayString -replace -value "Offset Curve Option Box" m_ModelingCurvesMenu.kOffsetCrvDialogLabel; displayString -replace -value "Offset" m_ModelingCurvesMenu.kOffsetCurveLabel; displayString -replace -value "Project Tangent Option Box" m_ModelingCurvesMenu.kProjTanDialogLabel; displayString -replace -value "Rebuild Curve Option Box" m_ModelingCurvesMenu.kRebuildCrvDialogLabel; displayString -replace -value "Reverse Curves Option Box" m_ModelingCurvesMenu.kReverseCrvDialogLabel; displayString -replace -value "Smooth Curve Option Box" m_ModelingCurvesMenu.kSmoothCrvDialogLabel;