enthought / enthought/mayavi

AttributeError: 'Delaunay3D' object has no attribute 'points'

Open
#763 0 comments 0 reactions 0 assignees View on GitHub
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.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.