Refactor NURBS #5101
IdoAkkerman
started this conversation in
Ideas
Refactor NURBS
#5101
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
After quite some added features there seems a growing need to refactor the existing NURBS code base, particularly NURBSExtension.
I am staring this discussion to get input on what is important, what is in the pipeline.
And how knows (or can help with) what ?
Here are some ideas from my side:
0 Are all the current features sufficiently covered in unit tests and/or nurbs miniapps?
1 Move/remove certain data members, to minimize duplicates and create more clarity.
2 Rationalize member signatures. Partly to accommodate the above.
3 Make sure the base class NURBSExtension, can be easily extended
Beta Was this translation helpful? Give feedback.
All reactions