Intersect (Knife)¶
Посилання
- Режим:
Edit Mode – Режим Редагування
- Меню:
Creates new edges along the lines where faces intersect.
Дивись також
Intersect (Boolean) in Union mode doesn’t just create intersection edges, but also removes faces that end up enclosed in a volume.
Options – Опції¶
- Source – Джерело
- Self Intersect
Intersect selected faces with other selected faces.
- Selected/Unselected
Intersect selected faces with unselected faces.
- Separate Mode
Whether to disconnect faces from each other after edge creation.
- All – Усе:
Disconnect all faces at each intersection edge.
- Різання – Cut:
If Source is set to Selected/Unselected, only disconnect the selected faces from the unselected ones. Otherwise, this option does the same as All.
- Об’єднати:
Connect all faces at each intersection edge.
Separate All: the cylinder and the plane stay separate and are each split in two.¶ |
Separate Cut: the cylinder and the plane stay separate.¶ |
Merge: the cylinder and the plane are connected to each other.¶ |
- Solver – Рішач
Algorithm used to calculate the intersections.
- Float
Uses a simple solver which offers good performance but lacks support for overlapping geometry.
- Merge Threshold
Tolerance for close faces to be considered touching. It may be useful to increase this when some intersections aren’t detected that should be and when extra geometry is being created because edges aren’t detected as overlapping.
Попередження
A threshold approaching the size of faces may cause very slow calculation. In general, keep this value small.
- Exact
Uses a complex solver which offers the best results and has full support for overlapping geometry, but is much slower.