// =========================================================================== // 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 "The first pair of points cannot be the same." m_snap2PointsTo2Points.kDupedFirstPointSelection; displayString -replace -value "The second pair of points cannot be the same." m_snap2PointsTo2Points.kDupedSecondPointSelection; displayString -replace -value "The first two points must be on the same object." m_snap2PointsTo2Points.kErrorImproperSelection; displayString -replace -value "Cannot snap to a point on the same object." m_snap2PointsTo2Points.kErrorSameObject; displayString -replace -value "Not enough points selected to snap. Select four points: two from an object to move and two to indicate the destination." m_snap2PointsTo2Points.kIncompleteSelection; displayString -replace -value "Select exactly two poly edges, each from different objects to align them" m_snap2PointsTo2Points.kInvalidSelection; displayString -replace -value "No points selected to snap. Select four points: two from an object to move and two to indicate the destination." m_snap2PointsTo2Points.kNoPointsSelected; displayString -replace -value "Too many points selected - using the last 4 only." m_snap2PointsTo2Points.kTooManyPoints;