OptionalcolorOptional RGB array for rendering this specific point in visualization.
OptionalextrudeSet to true to extrude to this point, or false for a travel move.
OptionalspeedOverride the current printer feedrate specifically for this movement.
OptionalxThe X coordinate in millimeters.
OptionalyThe Y coordinate in millimeters.
OptionalzThe Z coordinate in millimeters.
Static ReadonlytypeUpdate color based on color_type setting Matches Python: fullcontrol.visualize.point.Point.update_color()
Visualization method - processes a Point for plot data Matches Python: fullcontrol.visualize.point.Point.visualize()
Staticfrom
Represents a spatial coordinate and its associated toolpath state.
The
Pointclass is the fundamental building block of all FullControl designs. It stores X, Y, and Z coordinates along with optional extrusion and speed overrides.