enthought / enthought/mayavi

tvtk.DataObject misses attributes from vtkDataObject

Open
#850 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

All the class attributes are missing, for instance
```python
from vtkmodules.vtkCommonDataModelPython import vtkDataObject
print(vtkDataObject.POINT)
from tvtk.api import tvtk
print(tvtk.DataObject.POINT)
```
shows `0` and raises:
```python
AttributeError: type object 'DataObject' has no attribute 'POINT'
```

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.