Vincenzo Calligaro

Results 70 comments of Vincenzo Calligaro

Opened in draft status until all the tests for makeElementWires have been added

In draft until it's added the test for the `modified` method

Doing a blame it looks 6 years ago, before version 7.4.0. I'm compiling with 7.6.3, same as [here](http://ppa.launchpad.net/freecad-maintainers/occt-releases/ubuntu) (jammy) Also for Focal (20.04) that version should be available. Shouldn't the...

Did a little bit of research (using RT branch as reference). The toponaming methods that need something with an `History()` looks like they initialize `MapperHistory` with `ShapeFix_Shape` (and access to...

Consequence of what I wrote on the previous comment: As `MapperHistory` is initialized only with `ShapeFix_Shape` and it's history is rebuilt every time that there's a call to `Context()->History()`, there...

> I think that if MapperHistory::Generated() does something other than return zeroes, that will be based on code we haven't transferred yet ( or even read ). So I think...

@Pesc0, @chennes, is this PR linked to a GH issue of the Toponaming Integration Project? If so, can you link it so that it is visible also from the Project...

Many thanks @chennes ! If I understood correctly from the meeting, by now this PR only needs to be reviewed and after that other modifications will focus on the last...

@chennes, @Pesc0, I did some research about the points of your previous posts. @chennes, by looking at the FC codebase I would suggest these names for the methods you mentioned:...

I was guessing the same thing. I tried adding `_Shape.owner = this;` inside every `TopoShape` constructor and I can compile and run without segfaults, or at least I haven't segfaults...