Arrow.to_vertices_and_faces

Arrow.to_vertices_and_faces(u=4)[source]

Returns a list of vertices and faces.

Parameters
uint, optional

Number of faces in the “u” direction. Default is 4.

Returns
(vertices, faces)

A list of vertex locations and a list of faces, with each face defined as a list of indices into the list of vertices.