// =========================================================================== // 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 "Envelope:" m_performDropoffLocator.kEnvelope; displayString -replace -value "Existing wire nodes:" m_performDropoffLocator.kExistingWireNodes; displayString -replace -value "No wires selected" m_performDropoffLocator.kNoWiresSelected; displayString -replace -value "Percent:" m_performDropoffLocator.kPercent; displayString -replace -value "Wire Dropoff Locator Options" m_performDropoffLocator.kWireDropoffLocatorOptions; displayString -replace -value "Wire node:" m_performDropoffLocator.kWireNode;