Axiom Chinese DocumentationAxiom Chinese Documentation
Home
  • Introduction
  • Builder Mode
  • Capabilities
  • Editor Mode
  • Tools
  • Advanced
  • 简体中文
  • 繁體中文
  • English
GitHub
Home
  • Introduction
  • Builder Mode
  • Capabilities
  • Editor Mode
  • Tools
  • Advanced
  • 简体中文
  • 繁體中文
  • English
GitHub
  • Introduction
  • Builder Mode
    • Move
    • Clone
    • Stack
    • Smear
    • Extrude
    • Erase
    • Setup Symmetry
  • Capabilities
    • Tinker
    • No Updates
    • Force Place
    • Replace Mode
    • Bulldozer
  • Editor Mode
    • Main Menu Bar
    • Clipboard and Placements
    • Selections
    • Gizmos
    • Blueprints
    • Views
    • Tool Masks
    • Active Block
    • Target Info
    • History
    • World Properties
    • Tool Presets
  • Tools
    • Selection Tools
      • Box Select
      • Magic Select
      • Freehand Select
    • Painting Tools
      • Painter
      • Noise Painter
      • Biome Painter
      • Clentaminator
      • Gradient Painter
      • Script Brush
    • Drawing Tools
      • Freehand Draw
      • Sculpt Draw
      • Rock
      • Weld
      • Melt
      • Text
      • Shape Tool
    • Heightmap Tools
      • Elevation
      • Slope
    • Manipulation Tools
      • Smooth
      • Distort
      • Roughen
      • Shatter
      • Extrude
      • /en/tools/manipulation/modify.html
    • Ruler Tool
    • Paths
  • Advanced
    • Commands
    • Configuration

Paths

The path tool allows you create curves in 3d space using gizmos as nodes. Click on any point to create a gizmo. It will be automatically selected. Click ctrl + z or the undo keybind to remove the currently selected gizmo.

Curve types

You may select from Linear(Bresenham), Linear(DDA), Catenary, Catmull-Rom Spline, and Bezier curve.

Linear(Bresenham)

This creates a straight line from node to node. Diagonal blocks are not filled in. You cannot change the radius.

Linear(Bresenham)

Linear(DDA)

This also creates a straight line from node to node. The diagonal blocks are filled in. You may change the radius. Linear(DDA)

Catenary

This creates a line which has some slack. It dangles down from node to node. The diagonal blocks are filled in. You may change the radius.

There are two more parameters for this curve. You may invert it such that it is flipped upside down. You may also adjust the slack, a 0% slack is a straight line.

Catenary

Catmull-Rom Spline

This type of spline is particularly useful for creating smooth paths. The spline passes through every node. The spline is also continuously smoothed between nodes evenly*.

Catmull-Rom Spline

Bezier Curve

A Bezier curve is formed by specifying a set of nodess that influence the shape of the curve. The curve starts at the first nodes, ends at the last node, and is influenced by the positions of the intermediate control points. The curve smoothly interpolates between the control points. The curve does NOT pass through all the nodes. The nodes other than the start and end nodes affect how the curve is shaped. Read more here

Bezier Curve

Additional curve options

Looped: When enabled, this connects the first and last nodes, forming a loop.

Node specific options

Overried Block

This option allows you to override the block for that node. It forms a gradient between the connected node(s). If this option is not enabled, the active block is used by default, forming a gradient with that block.

Override Radius

This option allows you to override the radius for that node. When enabled, the radius will smoothly transition between each node, allowing you to create curves with changes in thickness.

Catmull-Rom Spline Easing

You may select between Linear, Slight, Quadratic, Cubic, or Quartic easing. Each easing looks different. This only affects the easing of the selected node.

Last Updated:
Prev
Ruler Tool
Next
Advanced