fel88

Results 23 comments of fel88

Actually, C++ portion of code is just a wrapper for the boost polygons **convolve** operation. I'll try to add a feature to choose C++/C# pure implementation. https://www.boost.org/doc/libs/1_76_0/libs/polygon/doc/gtl_minkowski_tutorial.htm

Now it can work without Minkowski.dll ![image](https://user-images.githubusercontent.com/15663687/130670159-835bda07-d3b0-462c-8d6e-e91abc947635.png)

Hi, first of all, you have to build OCCTProxy library. Try this one: ![image](https://github.com/fel88/CascadeDesktop/assets/15663687/ef886d61-e910-4144-bac4-2436401746a4) Check if any errors appear

Do you have a translated (English) version of the exception message (sorry, I can't read Chinese) ? Anyway, I bet you're missing the dll dependencies of OCC. Take a look...

@TKKCapricorn Hi, unfortunately, there is no documentation. This project is just a UI for OpenCascade

Hi! You can use an arbitary dxf file as a container ![image](https://github.com/user-attachments/assets/f799e9c8-1f81-462d-85d7-85105c1b7294) ![image](https://github.com/user-attachments/assets/84d56222-9f08-43c5-a7b6-3307d3475415)

@laughing8888 Hi, just add dxf sheet . Also check RawDetail.ToNfp method

Hi! Thanks for reporting. I've commited some fix of this problem, probably it will be enough for your needs. There are a few problems with the preview rendering right now,...

> @fel88 forwarded, to information. Hi! Can you provide the dxf file you are trying to load?

I've tried to nest you parts, and I've not faced any errors or exceptions. It seems works well. The resulting files (sheet1.dxf, sheet2.dxf) can be opened in LibreCAD without any...