Expand description
Functions implemented for language execution.
Re-exports§
pub use args::Args;
Modules§
- appearance
- Standard library appearance.
- args
- array
- assert
- Standard library assert functions.
- axis_
or_ reference - Types for referencing an axis or edge.
- chamfer
- Standard library chamfers.
- clone
- Standard library clone.
- csg
- Constructive Solid Geometry (CSG) operations.
- edge
- Edge helper functions.
- extrude
- Functions related to extruding.
- fillet
- Standard library fillets.
- helix
- Standard library helices.
- loft
- Standard library lofts.
- math
- Functions related to mathematics.
- mirror
- Standard library mirror.
- patterns
- Standard library patterns.
- planes
- Standard library plane helpers.
- revolve
- Standard library revolution surfaces.
- segment
- Functions related to line segments.
- shapes
- Standard library shapes.
- shell
- Standard library shells.
- sketch
- Functions related to sketching.
- sweep
- Standard library sweep.
- transform
- Standard library transforms.
- utils