-
**Describe the bug**
Similar as before, this may be more of a question (I'm not sure how to change the label). I'm needing to evaluate the partial derivative of a surface at a given point. When I u…
-
**Describe the bug**
When I am importing my data using the NURBS module, the data setter in elements.py appears to unnecessarily give the following error:
raise ValueError("Vertex can only store 3…
-
NURBS-Python provides an optional ``geomdl.visualization`` component for direct visualization of the curves and surfaces generated by the library. Currently, there is only one visualization module ``V…
-
```python
import geomdl.BSpline
curve = geomdl.BSpline.Curve2D()
curve.ctrlpts = [(1,2,3)]
```
----> ValueError: ERROR: Please input 3D coordinates
Don't you mean "Please input 2D coordinate…