Skip to content

Commit

Permalink
same in surface
Browse files Browse the repository at this point in the history
  • Loading branch information
chenkasirer committed Jan 7, 2025
1 parent 9c283c6 commit 07e30c3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Changed

* Fixed `NotImplementedError` when calling `compas_rhino.conversions.surface_to_compas` on NURBS Surface.
* Fixed `NotImplementedError` when calling `compas_rhino.conversions.surface_to_compas` on Surface.

### Removed

Expand Down
2 changes: 1 addition & 1 deletion src/compas/geometry/surfaces/surface.py
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ def from_native(cls, surface):
A COMPAS surface.
"""
raise NotImplementedError
return surface_from_native(surface)

@classmethod
def from_obj(cls, filepath):
Expand Down

0 comments on commit 07e30c3

Please sign in to comment.