LCInterlocking
LCInterlocking copied to clipboard
Export problem : some parts are not correctly oriented
Hi,
Some parts of my simple design are not exported correctly (with the correct orientation).
Here is my design :

Here is the output of the "Export" command :

Why are the 2 tubes not exported with the same orientation than the other part ?
Here is my design : Molette.zip
I've found the answer to my question but no solution.
The answer is in the source code : The extension uses the face with the largest area as a reference. In my case, the external face of the tube is the largest one.
Changing the inner radius of a tube solves the problem.
In the following picture, face A is larger than face B but smaller than face C.

This does not solve my problem since changing the inner radius of the tubes is not what I want. The only solution is to make tubes thinner just for the export (and revert once done). This trick is manageable with this very simple design but can't be applied with many other designs.
Any idea for a better algorithm (not using largest face as reference) ?
Any idea for a better algorithm (not using largest face as reference) ?
use a user-selected face - maybe auto-suggest one... all other magic automation will not work in some scenarios...
Yes, I think you are right.