WLJS LogoWLJS Notebook

CanonicalizePolyhedron

CanonicalizePolyhedron[poly] gives a canonical representation of the polyhedron poly with shared coordinates and with inner and outer boundaries.

Examples

Canonicalize a tetrahedron:

CanonicalizePolyhedron[Tetrahedron[]]
(* Tetrahedron[...] *)

Canonicalize a cube:

CanonicalizePolyhedron[Hexahedron[]]
(* Hexahedron[...] *)

Please visit the official Wolfram Language Reference for more details.

On this page