Width of extruded material
Height of extruded line
Tool number used for this path
Type of path movement
Gets the path's vertices as a flat array of numbers
Array of vertex coordinates in [x,y,z] order
Adds a new point to the path
X coordinate
Y coordinate
Z coordinate
Checks if a point continues the current line
X coordinate to check
Y coordinate to check
Z coordinate to check
True if the point matches the last point in the path
Creates a 3D geometry from the path
Geometry options
Optional
extrusionWidthOverride?: numberOptional override for extrusion width
Optional
lineHeightOverride?: numberOptional override for line height
BufferGeometry representing the path
Checks if the path contains any vertical moves
True if any Z coordinates differ from the initial Z
Creates a line geometry from the path
LineSegmentsGeometry representing the path
Converts the path's vertices to an array of Vector3 points
Array of Vector3 points
Represents a path in 3D space with associated properties
Remarks
Used to store and manipulate G-code path data including vertices, extrusion parameters, and tool information