netneurotools.civet.read_civet

netneurotools.civet.read_civet(fname)[source]

Read a CIVET-style .obj geometry file.

Parameters:

fname (str or os.PathLike) – Filepath to .obj file

Returns:

  • vertices ((N, 3))

  • triangles ((T, 3))