// =========================================================================== // 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 "Circular Fillet Tool" m_circFilletToolScript.kCircularFilletTool; displayString -replace -value "Press ENTER to compute circular fillet." m_circFilletToolScript.kPressEnterToComplete; displayString -replace -value "Select the second NURBS surface using isoparm or surface point for the circular fillet operation." m_circFilletToolScript.kSelectSecondSurface; displayString -replace -value "Select two NURBS surfaces using isoparms or surface points for the circular fillet operation." m_circFilletToolScript.kSelectTwoSurfaces;