NURBS-Python v3.7.0
- Added
delta_uanddelta_vproperties to Surface classes. This change allows different sampling in u- and v-directions - Fixed some bugs related to
sample_sizeproperty - Replaced
deltawithsample_sizein Multi classes.sample_sizeproperty directly corresponds tonumargument in numpy.linspace function.
These changes may cause a small API break in your existing code, especially if you are visualizing using the geomdl.visualization.VisMPL component. Please see the examples repository and check any example for the updated usage scenarios.