snap
Snaps objects with a default tolerance value of 0.001 or with an optional tolerance parameter. This command does not remove existing objects, nor creates new geometry but only adjusts the object position. The arguments are commutative, which implies that they are taken in alphabetical order for snapping despite the order of input.
Snaps objects with a default tolerance value of 0.001. This command does not remove existing objects, nor creates new geometry but only adjusts the object position.
snap Point_3 Point_5
Snaps Point_5 to Point_3 with a default tolerance value of 0.001. It snaps objects which are lying close to each other.
<{1,...}: PlxObject>'
{1,...} 1 ∞ | Sequence of one or more objects | |
PlxObject | Object | Objects used for snapping |
Mode | Target |
---|---|
Geometry | Global |
None
Snaps objects with a tolerance. This command does not remove existing objects, nor creates new geometry but only adjusts the object position.
snap Point_3 Point_5 1
Snaps Point_5 to Point_3 with a tolerance of 1 length unit.
<{1,...}: PlxObject>' Number'
{1,...} 1 ∞ | Sequence of one or more objects | |
PlxObject | Object | Objects used for snapping |
Number | Number | Tolerance for snapping |
Mode | Target |
---|---|
Geometry | Global |
None