// =========================================================================== // 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 "Press ENTER to compute extrude." m_extrudeToolScript.kComputeExtrude; displayString -replace -value "Extrude Tool" m_extrudeToolScript.kExtrudeTool; displayString -replace -value "Select curve, isoparm or trim edge to be extruded." m_extrudeToolScript.kSelectCurve; displayString -replace -value "Press ENTER to select the path." m_extrudeToolScript.kSelectPath;