Leandro Heck
Leandro Heck
> So, this is an OpenCascade bug that I don't think I can fix. Yeah, is it possible to add something like -0.001 or -0.01 under the hood to see...
@FlachyJoe is this a known bug that has persisted for ages or did you find it now? What are the chances to get it fixed there? Is there any way...
@bgbsww found some other places with the pattern @FlachyJoe presented: ```bash grep -n -R "static_cast(E.TShape()" ``` 
And also, a similar list is used in other places too: ```bash grep -n -R "BRep_ListIteratorOfListOfCurveRepresentation itcr(TE->Curves())" ``` 
That is cool @FlachyJoe. It would be awesome if we could have this improved on the new 1.0 release. But I have no hope haha. > Nevertheless, patch won't be...
@maxwxyz I am not reporting issues. I am busy working. But there are so many bugs and annoying things that I have to report. Sometimes I cannot find other related...
This issue is complicated to reproduce. It needs things breaking on multiple modules. I don't have an example like that which I can also share right now. I will try...
This is an hypothetical list of steps to reproduce it: - Create a big and complex project with multiple objects, Bodies, Parts, folders, links.. Make links to Bodies and reuse...
There is something that I am noticing now. Something appears on the Python Console when I click on an Object on the tree view. However, when I fold/unfold something, nothing...
Ah, this thing it is not called fold/unfold. It is called expand/collapse. Found this to help me idenfity when this thing is triggered. https://wiki.freecad.org/Macro_ExpandTreeItem