|
KiCad PCB EDA Suite
|
One constraint chosen for a freshly drawn shape. More...
#include <constraint_builder.h>
Public Attributes | |
| std::unique_ptr< PCB_CONSTRAINT > | constraint |
| bool | needsSolve = false |
One constraint chosen for a freshly drawn shape.
needsSolve marks the inexact ones the caller must solve after its commit push so the drawn geometry snaps into place.
Definition at line 183 of file constraint_builder.h.
| std::unique_ptr<PCB_CONSTRAINT> AUTO_CONSTRAINT::constraint |
Definition at line 185 of file constraint_builder.h.
| bool AUTO_CONSTRAINT::needsSolve = false |
Definition at line 186 of file constraint_builder.h.