More elaborate wire ordering check and shell sewing code#147
Conversation
|
@aothms , a current PR at |
|
@jf-- interesting, thanks. Can you point me to it directly? I couldn't find it in your link. |
| if (success) { | ||
| // If the wires are reversed the face needs to be reversed as well in order | ||
| // to maintain the counter-clock-wise ordering of the bounding wire's vertices. | ||
| if (num_bounds == 1 || true) { |
There was a problem hiding this comment.
Note to self: change this condition.
|
@aothms nothing specific, i glanced over it and it seemed relevant, non-trivial, but easy to follow code, tangential to this topic, possible... |
|
@jf---, maybe we should establish some common best practices and code snippets, also re the discussions in tpaviot/pythonocc-core#351 and similar to what has been made available @ http://opencascade.wikidot.com/recipes I would happily lend http://academy.ifcopenshell.org for this purpose, but perhaps the github OCE wiki page is a more neutral environment. |
No description provided.