pygamer.surfacemesh¶

Description

Submodule containing SurfaceMesh along with related objects and methods.

Classes

Edge

Wrapper around a gamer::SMEdge.

EdgeID

Wrapper around gamer::SurfaceMesh::SimplexID<2> object

Face

Wrapper around a gamer::SMFace.

FaceID

Wrapper around gamer::SurfaceMesh::SimplexID<3> object

Global

Wrapper around a gamer::SMGlobal.

SurfaceMesh

Python wrapper around a gamer::SurfaceMesh.

Vertex

Wrapper around a gamer::SMVertex.

VertexID

Wrapper around gamer::SurfaceMesh::SimplexID<1> object.

Functions

cube(order)

Construct a triangulated cube mesh

sphere(order)

Construct a triangulated icosahedral sphere mesh