Skip to content

Commit

Permalink
moving nurbs plugins to compas_nurbs
Browse files Browse the repository at this point in the history
  • Loading branch information
tomvanmele committed Nov 2, 2023
1 parent 11eee27 commit 189ec87
Show file tree
Hide file tree
Showing 6 changed files with 1 addition and 954 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
* Made X and Y axis optional in the constructor of `Frame`.
* Moved `compas.geometry.brep` to `compas.brep`.
* Changed `networkx` version to `>=3.0` to ensure support for `is_planar`.
* Moved `compas.geometry.curves.nurbs_.py` and `compas.geometry.surfaces.nurbs_.py` to `compas_nurbs`.

### Removed

Expand Down
2 changes: 0 additions & 2 deletions src/compas/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -136,8 +136,6 @@

__all_plugins__ = [
"compas.geometry.booleans.booleans_shapely",
"compas.geometry.curves.nurbs_",
"compas.geometry.surfaces.nurbs_",
]


Expand Down
15 changes: 0 additions & 15 deletions src/compas/geometry/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -239,15 +239,6 @@
is_intersection_plane_plane,
)

from ._core.nurbsutils import (
construct_knotvector,
find_span,
compute_basisfuncs,
compute_basisfuncsderivs,
knots_and_mults_to_knotvector,
knotvector_to_knots_and_mults,
)

# =============================================================================
# Algorithms
# =============================================================================
Expand Down Expand Up @@ -654,12 +645,6 @@
"trimesh_remesh_constrained",
"trimesh_remesh_along_isoline",
"trimesh_slice",
"find_span",
"compute_basisfuncs",
"compute_basisfuncsderivs",
"construct_knotvector",
"knots_and_mults_to_knotvector",
"knotvector_to_knots_and_mults",
"Geometry",
"Bezier",
"Arc",
Expand Down
319 changes: 0 additions & 319 deletions src/compas/geometry/_core/nurbsutils.py

This file was deleted.

Loading

0 comments on commit 189ec87

Please sign in to comment.