SnapStrategy
enums.SnapStrategy()Priority behavior used during snapping.
Attributes
| Name | Type | Description |
|---|---|---|
| ONLY_VERTICES | str |
Snap only to reference vertices. |
| PREFER_VERTICES | str |
Prefer vertices over edges, based on relevant distance. |
| PREFER_ENDS_AND_ANGLES | str |
Prefer end vertices first, then sharp-angle vertices, then other vertices. |
| NO_PREFERENCE | str |
Use nearest valid target without preference. |