// =========================================================================== // 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 "Bevel Options" m_ModelingSurfacesMenu.kBevelOptions; displayString -replace -value "Bevel Plus Options" m_ModelingSurfacesMenu.kBevelPlusOptions; displayString -replace -value "Birail" m_ModelingSurfacesMenu.kBirail; displayString -replace -value "Booleans" m_ModelingSurfacesMenu.kBooleans; displayString -replace -value "Boundary Options" m_ModelingSurfacesMenu.kBoundaryOptions; displayString -replace -value "Create" m_ModelingSurfacesMenu.kCreateDivider; displayString -replace -value "Edit NURBS Surfaces" m_ModelingSurfacesMenu.kEditNurbsSurfacesDivider; displayString -replace -value "Extrude Options" m_ModelingSurfacesMenu.kExtrudeOptions; displayString -replace -value "Loft Options" m_ModelingSurfacesMenu.kLoftOptions; displayString -replace -value "Planar Options" m_ModelingSurfacesMenu.kPlanarOptions; displayString -replace -value "Revolve Options" m_ModelingSurfacesMenu.kRevolveOptions; displayString -replace -value "Square Surface Options" m_ModelingSurfacesMenu.kSquareOptions; displayString -replace -value "Stitch" m_ModelingSurfacesMenu.kStitch; displayString -replace -value "Surface Editing" m_ModelingSurfacesMenu.kSurfaceEditing; displayString -replace -value "Surface Fillet" m_ModelingSurfacesMenu.kSurfaceFillet;