selectVertices

fun selectVertices(vararg indices: Int)(source)

select multiple vertices


fun selectVertices(predicate: (Int) -> Boolean)(source)

select multiple vertices using an index based predicate


select multiple vertices using an index-vertex based predicate