Description Usage Arguments See Also
To get a nice path along the surface, pass the vertex indices along a geodesic path. Note: You can first open an interactive brain view (‘view=’si'') with a vis* function like vis.subject.morph.native
, then run this function to draw into the active plot.
1 | vis.path.along.verts(surface_vertices, path_vertex_indices)
|
surface_vertices |
float matrix of size (n, 3), the surface vertex coordinates, as returned as part of |
path_vertex_indices |
vector of vertex indices, the path. You will need to have it computed already. (This function does **not** compute geodesic paths. You can use it to visualize such a path though.) |
Other surface mesh functions:
face.edges()
,
label.border()
,
mesh.vertex.included.faces()
,
mesh.vertex.neighbors()
,
subject.surface()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.