← Back to team overview

kicad-developers team mailing list archive

Re: Bump for arc tracks

 

On 30.06.2017 11:05, hauptmech wrote:
> I asked earlier this year whether there was any interest in arc tracks
> and got little response.
> 
> My use case was importing altium files.
> 
> Are any of the core developers likely to accept work in this direction?

Hi,

Sure, it would be awesome if someone could work on it. It's not in the
plans for the 5.0 release, although some base code for handling arc
tracks could be already written: geometry functions that we'll need for DRC:

- implement a SHAPE_ARC for the geometry library, describing a non-zero
thickness arc
- write an arc to segment collision function (see SHAPE::Collide)
- write an arc to arc collision function.

Cheers,
Tom


Follow ups

References