// =========================================================================== // 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 "Auto completion" m_performCircularFillet.kAuto; displayString -replace -value "Create curve on surface" m_performCircularFillet.kCreateCurve; displayString -replace -value "Exit on completion" m_performCircularFillet.kExit; displayString -replace -value "Fillet" m_performCircularFillet.kFillet; displayString -replace -value "Circular Fillet Options" m_performCircularFillet.kFilletTitle; displayString -replace -value "Fillet Tool" m_performCircularFillet.kFilletTool; displayString -replace -value "Circular Fillet Tool Options" m_performCircularFillet.kFilletToolTitle; displayString -replace -value "Global" m_performCircularFillet.kGlobal; displayString -replace -value "Local" m_performCircularFillet.kLocal; displayString -replace -value "Positional tolerance:" m_performCircularFillet.kPositionalTolerance; displayString -replace -value "Radius:" m_performCircularFillet.kRadius; displayString -replace -value "Reverse primary surface normal" m_performCircularFillet.kReversePrimarySurface; displayString -replace -value "Reverse secondary surface normal" m_performCircularFillet.kReverseSecondary; displayString -replace -value "Tangent tolerance:" m_performCircularFillet.kTangentTolerance; displayString -replace -value "Tool behavior:" m_performCircularFillet.kToolBehavior; displayString -replace -value "Use tolerance:" m_performCircularFillet.kUseTolerance;