box
- m3sh.vis.box(a, b, opacity=1.0, edges=True, color=(1.0, 0.9804, 0.9804))[source]
Box shape.
Display the cuboid \(Q = [a_x, b_x] \times [a_y, b_y] \times [a_z, b_z]\).
- Parameters:
- Returns:
The corresponding polygonal shape representation.
- Return type:
Note
Visual properties of the box edges can be further customized via the returned
PolyMesh
instance.