NURBS-Python icon indicating copy to clipboard operation
NURBS-Python copied to clipboard

Object-oriented pure Python B-Spline and NURBS library

Results 58 NURBS-Python issues
Sort by recently updated
recently updated
newest added

**Describe the bug** I have a `multi.SurfaceContainer` with two surfaces. After making a copy with `copy.deepcopy()` I cannot set the `delta` value. **To Reproduce** Steps to reproduce the behavior: ```python3...

bug

Remove this warning: …/geomdl/visualization/VisMPL.py:431: MatplotlibDeprecationWarning: Axes3D(fig) adding itself to the figure is deprecated since 3.4. Pass the keyword argument auto_add_to_figure=False and use fig.add_axes(ax) to suppress this warning. The default value...

Dear Bingol, i would like to know if you have any idea on how to solve that issue. For one part of my project, I am using your libary to...

bug
enhancement

Hi team, i want to model wind turbine blade and I'm wondering if I can model with this module. The simplified process of creating a blade is. 1- read text...

bug

is there any chance for NURBS-Python to support LS Dyna keyword Input files?, they support NURBS as well.

question

**Describe the bug** Degree elevation operation via **operations.degree_operations** modifies the shape of the NURBS curve for particular input curves. The problem seems to arise when calling **split_curve** and **link_curves** in...

bug

**Describe the bug** I try to approximate a 3D line using geomdl routines from fitting. I thought that the following code should be OK : from geomdl import fitting as...

bug

Fixes #119 and #120. Includes tests to verify that knot vectors are well-formed, that every knot span includes at least one new data point, and that knot vectors generated for...

I've been noticing that some of the splines produced by `fitting.approximate_curve` seem to have a little hump at one end. Here, for dramatic effect, is a particularly striking example. This...

bug

Hello @orbingol , Good day to you! In the next version of NUBRS-Python can we import(/export/...) **T-Spline** from Rhino@? Best regards

enhancement