Capsule.to_vertices_and_faces

Capsule.to_vertices_and_faces(u=16, v=16, triangulated=False)[source]

Returns a list of vertices and faces.

Parameters
  • u (int, optional) – Number of faces in the ‘u’ direction.

  • v (int, optional) – Number of faces in the ‘v’ direction.

  • triangulated (bool, optional) – Flag indicating that the faces have to be triangulated.

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.