Mirco Bianchini

Results 30 issues of Mirco Bianchini

**Describe the bug** Hi there, I was looking to the degree reduction and think there is a problem here https://github.com/orbingol/NURBS-Python/blob/8ae8b127eb0b130a25a6c81e98e90f319733bca0/geomdl/helpers.py#L1047 You shouldn't use r1 and the loop exit most of...

bug

First of all, thank you for making this! It is amazing! Is there a way to replace the github-actions with the name of who published the release? ![image](https://user-images.githubusercontent.com/57708659/127320542-2434993f-c342-4dd1-a826-36a4da13c39c.png) Thanks!!!

### What type of PR is this? (check all applicable) - [ ] ♻️ Refactor - [X] ✨ Feature - [ ] 🐛 Bug Fix - [ ] 👷 Optimization...

enhancement :loudspeaker:

Implementation of a minimum boundingBox using a convex hull or the minimizer. Ref: - [Clean well documented quick hull implementation for Unity](https://github.com/OskarSigvardsson/unity-quickhull) https://github.com/ALharchi/MinimumBoundingBox

enhancement :loudspeaker:

Checks the following method for closed / periodic curves. - [ ] Offset - [ ] Divide - [ ] PerpendicularFrames - [ ] SplitAt - [ ] SubCurve

enhancement :loudspeaker:
refactor :toolbox:

Explode should return all the segments, so it should explode the nested ``PolyCurve`` if are present.

enhancement :loudspeaker:

enhancement :loudspeaker:

https://github.com/pboyer/verb/blob/3692d7c5f41aab43eef457e74fc0e0513b252cbd/src/verb/eval/Modify.hx#L598 this method is covered by ``KnotRefinament``, but it could be implemented for specific applications of knot insertion, curve splitting (or subdivision), the evaluation of points and derivatives, and insertion...

enhancement :loudspeaker:

Refactor the algo following the book. Algorithm A5.5 of The NURBS Book by Piegl and Tiller.

enhancement :loudspeaker:
refactor :toolbox:

https://github.com/pboyer/verb/blob/3692d7c5f41aab43eef457e74fc0e0513b252cbd/src/verb/geom/NurbsSurface.hx#L356 Needs first to be implemented #204 This ca be useful to calculate the Perimeter and the Bounding Box of the Surface.

enhancement :loudspeaker: