brainspace.mesh.mesh_creation.to_lines¶
-
brainspace.mesh.mesh_creation.to_lines(surf)[source]¶ Convert all cells in PolyData to lines.
Parameters: surf (vtkPolyData or BSPolyData) – Input surface. Returns: output (BSPolyData) – PolyData with lines. See also