Intersect (Knife)¶
Справка
- Mode
Режим редактирования
- Меню
The Intersect tool lets you cut intersections into geometry. It is a bit like the Boolean tool, but, does not calculate interior/exterior geometry. Faces are split along the intersections, leaving new edges selected.
- Source
- Self Intersect
Operate on the overlapping geometry of the mesh.
- Selected/Unselected
Operate between the selected and unselected geometry.
- Separate Mode
- All
Splits the geometry at the new edge.
- Cut
Keep each side of the intersection separate without splitting the faces in half.
- Merge
Merge all the geometry from the intersection.
- Solver (решатель)
Algorithm used to calculate the intersections.
- Fast
Использует математически простой решатель, обеспечивающий наилучшую производительность; однако в этом решателе отсутствует поддержка перекрывающейся геометрии.
- 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
Использует математически сложный решатель, который обеспечивает наилучшие результаты и полностью поддерживает перекрывающуюся геометрию; однако этот решатель намного медленнее, чем Fast Solver (быстрый решатель).