Tobias

Results 18 comments of Tobias

I have also tested the project with 3.18.1, it works when targeting WindowsForms. However, if I switch the project to WPF, it still does not run the test. I think...

Snapping to vertices is basically supported and can be enabled in parallel to the other snap modes. But unfortunately not every tool supports snapping per se yet. In which specific...

This should work. Scripts can be started via command line by passing the path to the script as follows: `Macad.exe /runscript=MyScript.csx` If this does not work, check the message log...

I am not planning to do this at the moment. But since OCCT already has an AIS_TextLabel class available, the implementation of the Visual class on top should be easy....

Hi, can you please provide the file you are importing? The ZIP contains an IronCAD file. I'll have a look and try to find out what's taking so long.

1. Import speed A first analysis shows that 75% of the time is used for reading and translating the STEP file, the remaining 25% is used for the preparation of...

I have had a look at this. The exporter in its current implementation only creates one buffer for the entire payload (vertices and indices). The total amount can then lead...

That sounds like a good idea. I'm happy to set up a repository for sample scripts and tool scripts. Do you have any ideas about what the structure could look...