Skip to main content

NURBS curve and surface evaluation library in pure python

Project description

DOI RTD TRAVISCI APPVEYOR WAFFLEIO

Description

NURBS-Python provides Non-Uniform Rational B-Spline (NURBS) surface and 2D/3D curve data structures and computation algorithms in native Python. The library is fully object-oriented and does not depend on any external libraries.

Features

NURBS-Python consists of the following modules and components:

  • Core library

  • Multi module

  • Exchange module

  • Visualization component

  • Shapes component

Core Library

The core library contains 4 modules:

  • geomdl.BSpline contains Non-Uniform B-Spline (NUBS) evaluation and storage functionality

  • geomdl.NURBS contains Non-Uniform Rational B-Spline (NURBS) evaluation and storage functionality

  • geomdl.CPGen contains simple control points grid generation algorithms

  • geomdl.utilities contains helper functions for generating and altering knot vectors and control points

geomdl.BSpline and geomdl.NURBS modules contain the following classes:

  • Curve for evaluating curves (in any dimension)

  • Surface for evaluating surfaces

geomdl.CPGen module contains 2 classes for grid generation:

  • Grid for generating inputs for geomdl.BSpline.Surface class

  • GridWeighted for generating inputs for geomdl.NURBS.Surface class

Starting from version 3.2, NURBS-Python provides abstract Curve and Surface base classes in geomdl.Abstract module.

Multi Module

NURBS-Python provides container-like classes for working with multiple curves and surfaces in geomdl.Multi module. Please see the documentation for details.

Exchange Module

NURBS-Python can export Surface types in OBJ and STL format using geomdl.exchange module. This module contains 2 major functions:

  • save_obj for saving surfaces as .obj files

  • save_stl for saving surfaces as .stl files in ascii or binary format (default is binary)

Visualization Component

NURBS-Python comes with an experimental visualization module, geomdl.visualization, for plotting generated 2D/3D curves and surfaces directly.

Shapes Component

Starting from NURBS-Python v3.1, a new experimental module geomdl.shapes is shipped with the NURBS-Python package. The aim of this component is providing an easy way to generate the most common curves and surfaces, such as circles and cylinders.

Further Reading

License

NURBS-Python is licensed under The MIT License.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

NURBS-Python-3.7.6.tar.gz (47.5 kB view details)

Uploaded Source

Built Distribution

NURBS_Python-3.7.6-py2.py3-none-any.whl (48.0 kB view details)

Uploaded Python 2 Python 3

File details

Details for the file NURBS-Python-3.7.6.tar.gz.

File metadata

File hashes

Hashes for NURBS-Python-3.7.6.tar.gz
Algorithm Hash digest
SHA256 9da7b02d7ded627ccded44749bfe694269abecc9f94066723929d8d25427e14e
MD5 f33e6c15eceaf84ea5e90b828accb764
BLAKE2b-256 64e92f7d7ae9703ba729d9bf2ca0d689d7e1087c25c8a2c4d76bbbd3997ebf77

See more details on using hashes here.

File details

Details for the file NURBS_Python-3.7.6-py2.py3-none-any.whl.

File metadata

File hashes

Hashes for NURBS_Python-3.7.6-py2.py3-none-any.whl
Algorithm Hash digest
SHA256 f1061c3a543d43719977fad3588149e3da40e5ed28ef1f510977c69247424624
MD5 11330887ca2de9784fef1c10021cf367
BLAKE2b-256 8fd7eddd30fe1ecd0a4d549e66545f541627d6773bf96a2bf420c92e61f8d791

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page