// =========================================================================== // 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 two points cannot be the same." m_snap3PointsTo3Points.kDupedFirstTwoPoints; displayString -replace -value "The 4th and 5th pair of points cannot be the same." m_snap3PointsTo3Points.kDupedFourthFifthPoints; displayString -replace -value "The last two points cannot be the same." m_snap3PointsTo3Points.kDupedLastTwoPoints; displayString -replace -value "The 2nd and 3rd points cannot be the same." m_snap3PointsTo3Points.kDupedSecondThirdPoints; displayString -replace -value "Cannot snap to a point on the same object." m_snap3PointsTo3Points.kErrorSameObject; displayString -replace -value "Not enough points selected to snap. Select 6 points: 3 from an object to move and 3 to indicate the destination." m_snap3PointsTo3Points.kIncompleteSelection; displayString -replace -value "The 2nd & 3rd points must be on the same object." m_snap3PointsTo3Points.kInvalidFirstThreePoints; displayString -replace -value "The first two points must be on the same object." m_snap3PointsTo3Points.kInvalidFirstTwoPoints; displayString -replace -value "No points selected to snap. Select 6 points: 3 from an object to move and 3 to indicate the destination." m_snap3PointsTo3Points.kNoPointsSelected; displayString -replace -value "Too many points selected - using the last 6 only." m_snap3PointsTo3Points.kTooManyPoints;