AttributeError: 'Delaunay3D' object has no attribute 'points'
Open
- Dominant language
- Python
- Stars
- 1.4k
- Forks
- 316
- Avg merge
- 7h 44m
- Merged PRs (30d)
- 5
Description
Here is my code:
x = xyz[:,0]
y = xyz[:,1]
z = xyz[:,2]
pts = mlab.points3d(x, y, z, z)
mesh = mlab.pipeline.delaunay3d(pts)
pts.remove()
surf = mlab.pipeline.surface(mesh)
dataset = mesh.outputs[0]
dataset.points
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.