pyg4ometry.visualisation.Mesh

Classes

Functions

_getBoundingBox(aMesh[, rotationMatrix, translation, ...])

Axes aligned bounding box. Can also provide a rotation and

_getBoundingBoxMesh(boundingBox)

Module Contents

class pyg4ometry.visualisation.Mesh.OverlapType
protrusion = 1
overlap = 2
coplanar = 3
class pyg4ometry.visualisation.Mesh.Mesh(solid)
parameters = []
values
solid
localmesh
localboundingmesh
overlapmeshes = []
remesh()
addOverlapMesh(mesh)
getLocalMesh()
getBoundingBox(rotationMatrix=None, translation=None)

Axes aligned bounding box. Can also provide a rotation and a translation (applied in that order) to the vertices.

getBoundingBoxMesh()
pyg4ometry.visualisation.Mesh._getBoundingBox(aMesh, rotationMatrix=None, translation=None, nameForError='')

Axes aligned bounding box. Can also provide a rotation and a translation (applied in that order) to the vertices.

pyg4ometry.visualisation.Mesh._getBoundingBoxMesh(boundingBox)