// =========================================================================== // 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 "At selection" m_performInsertKnot.kAtSelection; displayString -replace -value "Auto completion" m_performInsertKnot.kAuto; displayString -replace -value "Between selections" m_performInsertKnot.kBetweenSelections; displayString -replace -value "Exit on completion" m_performInsertKnot.kExit; displayString -replace -value "Increase by" m_performInsertKnot.kIncrease; displayString -replace -value "Insert" m_performInsertKnot.kInsert; displayString -replace -value "Insert location:" m_performInsertKnot.kInsertLocation; displayString -replace -value "Insert Tool" m_performInsertKnot.kInsertTool; displayString -replace -value "# Isoparms to insert:" m_performInsertKnot.kIsoparms; displayString -replace -value "Insert Isoparms Options" m_performInsertKnot.kIsoparmsTitle; displayString -replace -value "Insert Isoparms Tool Options" m_performInsertKnot.kIsoparmsToolTitle; displayString -replace -value "Keep original" m_performInsertKnot.kKeepOriginal; displayString -replace -value "Insert Knot Options" m_performInsertKnot.kKnotTitle; displayString -replace -value "Insert Knot Tool Options" m_performInsertKnot.kKnotToolTitle; displayString -replace -value "# Knots to insert:" m_performInsertKnot.kKnots; displayString -replace -value "Multiplicity:" m_performInsertKnot.kMultiplicity; displayString -replace -value "Multiplicity:" m_performInsertKnot.kMultiplicityValue; displayString -replace -value "Set to" m_performInsertKnot.kSet; displayString -replace -value "Tool behavior:" m_performInsertKnot.kToolBehavior; displayString -replace -value "U" m_performInsertKnot.kUAxis; displayString -replace -value "Use all surface isoparms:" m_performInsertKnot.kUseSurfaceIsoparm; displayString -replace -value "V" m_performInsertKnot.kVAxis;