Intersect (Boolean)#

Справка

Mode:

Режим редактирования

Меню:

Face ‣ Intersect (Boolean)

Performs Boolean operations with the selection on the unselected geometry. While the Модификатор Boolean is useful for non-destructive edits, access to these operations with a tool in Edit Mode can be useful to quickly perform edits.

Boolean Operation
Intersect:

Opposite of Difference (everything inside of the target mesh is kept).

Union:

The target mesh is added to the modified mesh.

Difference (разница):

The target mesh is subtracted from the modified mesh (everything outside of the target mesh is kept).

Solver (решатель)

Алгоритм, используемый для вычисления логических пересечений.

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 (быстрый решатель).

Swap

Changes the order of the operations when using Difference to determine which side is kept.

Self Intersection

Правильно вычисляет случаи, когда один или оба операнда имеют самопересечения; это требует больше вычислений, что замедляет работу.