// =========================================================================== // 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 "History will be deleted on first curve for fillet." m_filletCurvePreset.kFirstCurveWarning; displayString -replace -value "No curves selected to fillet. You must select pairs of curves." m_filletCurvePreset.kNoCurveToFillet; displayString -replace -value "History will be deleted on second curve for fillet." m_filletCurvePreset.kSecondCurveWarning; displayString -replace -value "Only 2 curves should be selected to fillet. The last 2 selected curves will be used." m_filletCurvePreset.kTwoCurveWarning;