You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I would like to produce a surface mesh from an swc file, stored as a list of triangles and vertices, however I cannot find an example of how to do this, even though it seems this should be possible.
I would like to produce a surface mesh from an swc file, stored as a list of triangles and vertices, however I cannot find an example of how to do this, even though it seems this should be possible.
My best guess on how to do this is:
But this leads to the following error in line 61 of neuron/rxd/geometry3d/surface.py
AttributeError: 'list' object has no attribute 'xlo'
If anyone can let me know on how to do this or even if this is possible, please let me know.
The text was updated successfully, but these errors were encountered: