Skip to content

Definition Fields

Ashley Bennett edited this page Sep 15, 2023 · 29 revisions

ToolType

What type(s) of tool this is - if multiple, the user will be able to switch between modes.
Valid values: Drill - Grind - GrindDrill - Weld - WeldDrill - WeldGrind - Multi


EffectShape

Shape of the area affected by the tool.
Valid values: Sphere - Cylinder - Cuboid - Line - Ray

  • Note: Line will hit everything along its path, Ray will only hit the first item in its path.

WorkOrder

Order in which blocks/voxels are worked on in the tool area.
Valid values:
Uniform - All objects are worked on simultaneously
InsideOut - Objects nearest to the centre of the field are worked on first
OutsideIn - Objects farthest from the centre of the field are worked on first Forward - Objects are worked on starting from the back of the field and moving forward
Backward - Objects are worked on starting from the front of the field and moving backward


Clone this wiki locally