We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 512b02d commit b6fbf80Copy full SHA for b6fbf80
gemgis/visualization.py
@@ -4634,7 +4634,7 @@ def resample_between_well_deviation_points(coordinates: np.ndarray) -> np.ndarra
4634
4635
4636
def get_points_along_spline(spline: pv.core.pointset.PolyData,
4637
- dist: np.ndarray) -> pv.core.pyvista_ndarray.pyvista_ndarray:
+ dist: np.ndarray):
4638
"""Return the closest point on the spline a given a length along a spline.
4639
4640
Parameters
0 commit comments