KiCad PCB EDA Suite
Loading...
Searching...
No Matches
line_chain_construction.h File Reference

Utilities for creating useful line chain idioms commonly founds in QA utilities and tests. More...

Go to the source code of this file.

Namespaces

namespace  KI_TEST
 

Functions

SHAPE_LINE_CHAIN KI_TEST::BuildRectChain (const VECTOR2I &aSize, const VECTOR2I &aCentre={ 0, 0 })
 Builds a rectangular SHAPE_LINE_CHAIN of a certain size at a certain centre.
 
SHAPE_LINE_CHAIN KI_TEST::BuildSquareChain (int aSize, const VECTOR2I &aCentre={ 0, 0 })
 Builds a square SHAPE_LINE_CHAIN of a certain size at a certain centre.
 

Detailed Description

Utilities for creating useful line chain idioms commonly founds in QA utilities and tests.

Definition in file line_chain_construction.h.