// =========================================================================== // 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 "No points selected to snap. Need 4 points selected." m_snap2to2.kErrorNoPoints; displayString -replace -value "The first pair of points cannot be the same." m_snap2to2.kErrorNonUniqueFirstPoints; displayString -replace -value "The second pair of points cannot be the same." m_snap2to2.kErrorNonUniqueSecondPoints; displayString -replace -value "Not enough points selected to snap. Need 4 points selected." m_snap2to2.kErrorNotEnoughPoints; displayString -replace -value "The first two points must be on the same object." m_snap2to2.kErrorNotSameObject; displayString -replace -value "Cannot snap to a point on the same object." m_snap2to2.kErrorSnapToSameObject; displayString -replace -value "Too many points selected - using the last 4 only." m_snap2to2.kWarningTooManyPoints;