Vector images are also built on a grid based system, but it doesn’t use pixels. Instead, it uses a set of written instructions that describe the graphic element in terms of points called nodes. In this example, The file would give each of the coordinates in the order that the line or vector connects them.The vector line and nodes are represented here in blue. The black line is called a stroke. It is a line that has a set width and a color. Because this is a closed shape, we could also fill it with a color. In the example image, we have a 1px black stroke with no fill.We can treat vector shapes and strokes as raster and engrave them the same as we do with raster images. Most laser cutters treat any vector line with a stroke 0.25 point (0.0035″) or less as a cut line, and anything thicker or any fill as raster data. Engraving vector shapes will always be sharper than engraving raster images, but engraving resolution still matters.Typical file formats for vector images are: .ai, .eps, .dxf, .pdf. Note that most of those formats can also store raster content, so just because a file is .eps, doesn’t mean it’s automatically a vector. |
 |
When we send a job to the laser for cutting, it’s going to cut the vector line (blue, above). If there is a stroke, the laser will cut down the center of the stroke, not at the perimeter. The laser spot is 0.005″ in diameter. We can visually approximate what will get cut by setting our vector lines to a 0.5pt stroke. For cutting, the laser will move point to point as indicated by the red line. The laser still pulses, but at a much higher rate that varies by material type. Pulse frequency does not change cutting time, that is affected instead by distance traveled, the number of nodes, and the speed necessary to cut through the material. |
 |
If we tried to create a circle with just straight segments, we would need to use many nodes and short segments, but that would lead to a long runtime as the laser has to be told to move from point to point. Luckily, we have the ability to define curves. Every node has two “handles” that can be used to define the length and arc of the curve. The length and direction of the handle line influences how the line is stretched from the node. |
 |
Using only 4 nodes and correct handle placement, we can get a perfect circle. Defining shapes using the fewest number of points leads to the most efficient cutting job. |
 |