From 598206bc0cbf33e5a86c06494a525e2f65a5571b Mon Sep 17 00:00:00 2001 From: Michael Dawson-Haggerty Date: Tue, 3 Sep 2024 15:18:24 -0400 Subject: [PATCH] remove vertices abc --- trimesh/parent.py | 7 ------- 1 file changed, 7 deletions(-) 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]: """