Skip to content

Commit

Permalink
remove vertices abc
Browse files Browse the repository at this point in the history
  • Loading branch information
mikedh committed Sep 3, 2024
1 parent cc9ba72 commit 598206b
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions trimesh/parent.py
Original file line number Diff line number Diff line change
Expand Up @@ -213,13 +213,6 @@ class Geometry3D(Geometry):
and Scene objects.
"""

@property
@abc.abstractmethod
def vertices(self) -> NDArray[np.float64]:
"""
The 3D vertices of the geometry.
"""

@caching.cache_decorator
def bounding_box(self) -> NDArray[np.float64]:
"""
Expand Down

0 comments on commit 598206b

Please sign in to comment.