diff --git a/trimesh/parent.py b/trimesh/parent.py index 96b62a9ce..ecb24ced7 100644 --- a/trimesh/parent.py +++ b/trimesh/parent.py @@ -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]: """