KiCad PCB EDA Suite
Loading...
Searching...
No Matches
fix_board_shape.h File Reference
#include <memory>
#include <vector>
#include <pcb_shape.h>

Go to the source code of this file.

Functions

void ConnectBoardShapes (std::vector< PCB_SHAPE * > &aShapeList, int aChainingEpsilon)
 Connects shapes to each other, making continious contours (adjacent shapes will have a common vertex) aChainingEpsilon is the max distance between vertices of different shapes to connect.
 

Function Documentation

◆ ConnectBoardShapes()