// =========================================================================== // 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 "Freeform Fillet Tool" m_freeFilletToolScript.kFreeformFilletTool; displayString -replace -value "Press ENTER to compute freeform fillet." m_freeFilletToolScript.kPressEnterToComplete; displayString -replace -value "Select a curve on surface, isoparm or trim edge on the second surface for the freeform fillet operation." m_freeFilletToolScript.kSelectCurve; displayString -replace -value "Select two curves on surface, isoparms or trim edges on two surfaces for the freeform fillet operation." m_freeFilletToolScript.kSelectTwoCurves;