orbingol / NURBS-Python

Object-oriented pure Python B-Spline and NURBS library
https://onurraufbingol.com/NURBS-Python/
MIT License
640 stars 156 forks source link

No name 'shapes' in module 'geomdl' #108

Closed jiajiafish closed 4 years ago

jiajiafish commented 4 years ago
#!/usr/bin/env python
# -*- coding: utf-8 -*-

"""
    Examples for the NURBS-Python Package
    Released under MIT License
    Developed by Onur Rauf Bingol (c) 2019
"""

import os
from geomdl import BSpline
from geomdl import exchange
from geomdl import tessellate
from geomdl.visualization import VisVTK as vis
# no shapes in lib?
from geomdl.shapes import analytic
orbingol commented 4 years ago

This is not a bug. Please refer to the README file or the module website: https://github.com/orbingol/geomdl-shapes

FYI, Please use the bug report template for reporting the bugs.