// =========================================================================== // 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 "Select two NURBS surfaces, two isoparms or two surface points to do circular fillet" m_circularFilletPreset.kCircFilletInvalSelection; displayString -replace -value "Only two surfaces should be selected to do circular fillet. The last 2 selected surfaces will be used." m_circularFilletPreset.kWarningTooManySurfaces; displayString -replace -value "Only two surface isoparms or points should be selected to do circular fillet. The last 2 selected will be used." m_circularFilletPreset.kWarningTwooManyIsoparms;