Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

ops

Operations

  • align: Align a geometry collection along an axis with a certain spacing.
  • buffer: Create a new geometry whose boundary is offset the specified distance from the input.
  • contour: Generate a contour geometry out of an input geometry.
  • distribute_grid: Distribute geometries within a 2D rectangular grid.
  • extrude: Linear extrude a 2D geometry into a 3D.
  • mirror: Mirror along an axis, keeping existing geometry.
  • orient: Orient an object towards a vector.
  • reflect: Reflect a geometry along an axis.
  • revolve: Revolve a geometry around 360°.
  • rotate: An operation that rotates a part.
  • scale: An operation that scales a part.
  • spiralize: Create a spiral with a height and an inner and outer radius.
  • translate: An operation that translates (moves) a geometry.

Aliases

  • center => __builtin::ops::center
  • hull => __builtin::ops::hull
  • intersect => __builtin::ops::intersect
  • subtract => __builtin::ops::subtract
  • multiply => __builtin::ops::multiply
  • union => __builtin::ops::union