-
i'll dig around in the [API](https://mcneel.github.io/rhino3dm/python/api/index.html) tomorrow.
related content: https://www.rhino3d.com/download/rhino/6/essentialmathematics
```python
"""
in st…
-
I've tried installing it from the sverchok_extra_master zip file. Renaming it to sverchok_master. Renaming Sverchok to sverchok_bak and renaming sverchok_extra_master to sverchok. Under 2.83.5, 2.9…
-
```
from geomdl import BSpline, multi
# Create the curve instance
from geomdl.fitting import interpolate_curve
from geomdl.visualization import VisMPL
crv = BSpline.Curve()
# Set degree
c…
-
Hello.
As far as I understood from Contributing.md, nurbs-python does not use numpy for it's core algorithms, such as evaluating nurbs curves/surfaces.
Could you please explain why such decision has…
-
Has anyone gotten pypy3 working for VisMPL visualization support?
I am not sure you would consider this a NURBS-Python bug, but I have been unable to resolve ft2font / matplotlib install in Anacond…
-
Visualization modules in NURBS-Python were never intended to be a part of the core library. In the beginning, they were added to visually debug the evaluation results in a faster way. Therefore, they …
-
When I give discrete character points curve, how to generate offset parallel curve ?
likes this
[this](https://i.stack.imgur.com/VMmLT.png)
Does some java library or python library and examples t…
-
How to realize the curve of equidistant amplification ? what code provide?
![image](https://user-images.githubusercontent.com/3381671/77131635-421ca180-6a97-11ea-9c7e-19ddadcdc9a8.png)
-
Dear Bingol,
Thank you for your great job, NURBS_Python, which has saved me a lot of time.
I want to compute the minimum distance from a point to a NURBS surface and the integral of volume betw…
-
which API can be used to get the nearesr point on BSpline curve or surface