Skip to content

PolyhedronUtil

implementation of PolyhedronUtil class

  • create box polyhedron

PolyhedronUtil

Canonical path: Utils.Geometry.PolyhedronUtil.PolyhedronUtil

Utility class for polyhedron operations.

create_box staticmethod

create_box(length: float, width: float, height: float) -> Polyhedron3D

Create a box polyhedron with given dimensions.

Parameters:

  • length (float) –

    length of the box

  • width (float) –

    width of the box

  • height (float) –

    height of the box

Returns:

Placeholder