Image
Import and process vector graphics (SVG) - convert 2D designs into curve geometry for parametric modeling and CAM workflows.
2 nodes in this group
Nodes

Parse Vector Graphics
Behavior
Imports and interprets vector graphics (SVG files) and converts them into usable curve geometry within the node graph. Transforms SVG paths, shapes, and strokes into BeeGraphy curves for further manipulation. Connect to a Vector Graphics Input node to provide the SVG file. Each SVG path element becomes a separate curve in the output. Complex SVGs with many paths may increase solve time. Supports logos, illustrations, technical drawings, and CNC cut patterns.
Inputs
Vector Graphics
Outputs
Curves
Pairs With
Vector Graphics Input, Extrude Curve, Filter By Layer Operation
Filter By Layer Operation
Behavior
Filters geometry based on assigned operation types or layer names. Designed for CAM workflows where different model components require distinct fabrication processes - cutting, engraving, or drilling. Specify a layer name (e.g. "curve", "cut", "engrave") and the node outputs only geometry matching that layer. The Filtered Count output reports how many elements matched. Use multiple Filter nodes to separate an SVG into different fabrication operations.
Inputs
Geometry, Layer
Outputs
Filtered, Count
Pairs With
Parse Vector Graphics, G-Code Exporter