Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

module 'open3d.cpu.pybind.t.geometry' has no attribute 'vtkutils'(using open3d version 0.18.0+5c982c7) #6786

Closed
3 tasks done
chann7h opened this issue May 6, 2024 · 1 comment

Comments

@chann7h
Copy link

chann7h commented May 6, 2024

Checklist

Steps to reproduce the issue

I first cloned Open3D by:

i have pip installation using 
>pip install -U -f https://www.open3d.org/docs/latest/getting_started.html open3d

when try to create mesh using vtkPolydata writer
dataset ='C:\\Users\\ic002317\\Downloads\\1.0\\data\\908ac523-2dd3-4c1b-bff3-8c32816860fb'
vtk_path=os.path.join(dataset,'908ac523data00006_out.vtk')
reader= vtkPolyDataReader()
reader.SetFileName(vtk_path)
reader.Update()
polyData= reader.GetOutput()
mesh = o3d.t.geometry.vtkutils.CreateTriangleMeshFromVtkPolyData(polyData)

open3d API shows there is method
https://www.open3d.org/docs/latest/cpp_api/namespaceopen3d_1_1t_1_1geometry_1_1vtkutils.html

### Error message

```shell
could not find the API

Open3D, Python and System information

windows OS

Additional information

none

@ssheorey
Copy link
Member

Hi @chann7h vtk is used internally by Open3D and is not available for use by Open3D users. If you need VTK, please use it directly.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants