Improvements we would like to see in FreeCAD #140
KeithSloan
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
see https://singerlinks.com/2023/11/how-to-iterate-the-freecad-document-tree-using-python/
GDML Tessellations can contain Quad & Triangular Facets. FC Mesh only supports Quad by converting to two Triangular.
We could process Tessellations faster, if we could rely on just using Mesh facilities as these are implemented in C++
One approach would be to have a property that was of a new type, Action, such that clicking on the property would just drive onChanged or execute
Beta Was this translation helpful? Give feedback.
All reactions