// =========================================================================== // 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 "Base wire missing for wire curve: ^1s" m_doWireEdit.kBaseWireMissing; displayString -replace -value "Found no curves to add." m_doWireEdit.kFoundNoCurves; displayString -replace -value "The specified holder is not a curve: ^1s." m_doWireEdit.kHolderNotACurve; displayString -replace -value "Object ^1s is not a wire curve." m_doWireEdit.kIsNotWireCurve; displayString -replace -value "Must select curves to be removed." m_doWireEdit.kMustSelectCurveToRemove; displayString -replace -value "Must select a holder corresponding to each wire curve." m_doWireEdit.kMustSelectHolder; displayString -replace -value "Must select a wire curve." m_doWireEdit.kMustSelectWireCurve; displayString -replace -value "Must select wire curves to be reset." m_doWireEdit.kMustSelectWireToReset; displayString -replace -value "No shapes specified" m_doWireEdit.kNoShapesSpecified; displayString -replace -value "^1s is not a curve." m_doWireEdit.kNotACurve; displayString -replace -value "Specify an existing wire curve as the final selection or specify the wire node" m_doWireEdit.kSpecifyWireCurveOrWireNode;