Module types

Module types 

Source
Expand description

Shared types used by cnccoder, such as Vector2, Vector3, Units, Direction, Axis and Bounds.

Structs§

Bounds
Represents an area in 3D space from one min and one max Vector3 point.
Vector2
Represents a 2D point in space.
Vector3
Represents a 3D point in space.

Enums§

Axis
Indicates one specific axis, mainy when cutting arcs.
Direction
Indicates a rotation direction, this is used by the tools, but also when cutting arcs.
ToolPathCompensation
Indicates how a path should be compensated by the radius of the tool.
Units
Indicates if metric or imperial units should be used. This is used as a setting both for a Program and tools.