Module geo3d

Module geo3d 

Source
Expand description

3D Geometry

Structs§

Bounds3DCorners
Corners iterator struct.
Geometries3D
3D geometry collection.
Manifold
Manifold rust wrapper for C++ manifold object.
Plane
A 3D plane with normal and point.
TriangleMesh
Triangle mesh
Vertex
Vertex
WithBounds3D
Holds bounds for a 3D object.

Enums§

Extrusion
A type of an extrusion with certain parameters.
Geometry3D
3D Geometry

Traits§

Align3D
Trait to align a 2D geometry collection with spacing along an axis.
CalcBounds3D
Trait to calculate a bounding box of 3D geometry.
Extrude
Extrude.
Mirror3D
Mirrors a 2D geometry, keeping the original (in contrast to reflect).
Reflect3D
Reflects a 2D geometry along a line.
Transformed3D
Transformed version of a 3D geometry.

Type Aliases§

Bounds3D
Bounds3D type alias.