MoI discussion forum
MoI discussion forum

Full Version: Merge via text entry not working

From: triztan (DANIEL_BACHMANN)
28 Oct 2021   [#1]
Hi,
I tried to TAB in and enter "merge" to perform a merge. The UI for the operation turns up, then i select the geo and hit done. Nothing happens...

When perfoming the merge via the icons, everything works as expected.

I assume it is a bug :)

Best,
Daniel
From: coi (MARCO)
28 Oct 2021   [#2] In reply to [#1]
hi,
those are 2 different things:

the UI one is a boolean-merge. you could trigger this also by TAB and typing 'booleanmerge'

http://moi3d.com/4.0/docs/moi_command_reference7.htm#booleanmerge

quote:
Combines objects together and extracts all volumes.

Boolean Difference, Union, or Intersection all discard certain pieces. Boolean Merge cuts up objects in a similar way as those other commands except it keeps all the solid pieces. Merge can be used on solids, surfaces, or curves in different combinations.


the command 'merge' is more like an edge-merge.

http://moi3d.com/4.0/docs/moi_command_reference10.htm#merge

quote:
Merges split up edge fragments into longer combined edges.

The edges must be tangent where they touch each other in order to be merged together into a single edge.

The Merge command does not currently have a button in the UI, it must be set up on a keyboard shortcut (under Options > Shortcut keys) or have its command name typed in (press Tab first to enter a command name) to launch it.

From: triztan (DANIEL_BACHMANN)
3 Nov 2021   [#3] In reply to [#2]
Thank you very much for that explanation!