ricosjp / truck

Truck is a Rust CAD Kernel.
Apache License 2.0
1.02k stars 53 forks source link

Step file with circle can't be triangulated #41

Closed happydpc closed 10 months ago

happydpc commented 1 year ago

If there's some circle curve, the UnitCircle with Processor can't be tessellated. May be the polyline is just unit circle polyline, without being transformed by processor's transform.

Here is the test file: example_step.zip

ytanimura commented 1 year ago

Thank you for your issue. We have implemented only tests for the parse so far first, but we was just about to implement tests for the entire geometry now. This bug should be fixed by the end of March.

ytanimura commented 10 months ago

It has been a long time since March, but we are now able to do meshing this data!