// =========================================================================== // 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 "Cannot snap to a point on the same object." m_snapPointToPointGiven.kErrorSameObject; displayString -replace -value "Not enough points selected to snap. Select two points: one from the object to move and one to indicate the destination." m_snapPointToPointGiven.kIncompleteSelection; displayString -replace -value "No points selected to snap. Select two points: one from the object to move and one to indicate the destination." m_snapPointToPointGiven.kInvalidSelection; displayString -replace -value "Too many points selected - using the last 2 only." m_snapPointToPointGiven.kTooManySelected;