-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Lack of example #10
Comments
Hi Mattia, What specifically would you be interested in? Evaluating surfaces/curves or the splines themselves? |
Hi HoBeZwe It would be awesome to see the input and the output format, it would massively spikes the comprehension of your code. What do you think? Maybe adding an example directory at the root of the repo, calling the package with: include("../src/NURBS.jl")
using .NURBS
# Make example and show input and output Best |
In principle, the idea was that the manual in the documentation provides all such information. But I think, in general, I agree that the input and output formats could be explained in more detail. I can try to include more corresponding information here. |
As you prefer, docs are great! The folder |
Let's keep it open, till I find the time to supplement the docs. |
Hi HoBeZwe
I am having a look at your package but I have a hard time to figured out how to interface with it in the correct way, any chance you can post an example?
Best
Mattia
The text was updated successfully, but these errors were encountered: