mesh.vertex.included.faces: Return all faces which are made up completely of the listed...

View source: R/helpers.R

mesh.vertex.included.facesR Documentation

Return all faces which are made up completely of the listed vertices.

Description

Return all faces which are made up completely of the listed vertices.

Usage

mesh.vertex.included.faces(surface_mesh, source_vertices)

Arguments

surface_mesh

surface mesh, as loaded by subject.surface or read.fs.surface.

source_vertices

integer vector, the vertex indices.

Value

integer vector, the face indices

See Also

Other surface mesh functions: face.edges(), label.border(), mesh.vertex.neighbors(), subject.surface(), vis.path.along.verts()


fsbrain documentation built on July 9, 2023, 7:12 p.m.