Skip to content

Transformations

Beginner

Translate

// moves an object
translate([x, y, z])

Rotate

// Turns an object
rotate([x, y, z])

Minkowski

// combines the objects
// adds all points together
minkowski() {
// <primitive1>
// <primitive2>
}