kicad-developers team mailing list archive
-
kicad-developers team
-
Mailing list archive
-
Message #36310
Re: explode an intersection, how to start?
Look at KiCommand and construct a command string that
1) copies the selected elements A and B
2) uses "cut" to cut A with copy B and B with copy A
KiCommand was created for this exact type of situation: easy command-line-driven geometry manipulations.
Greg S.
> On Jun 23, 2018, at 8:46 PM, jc <chaujohnthan@xxxxxxx> wrote:
>
> I wish the developpers can provide this function. Or someone else can.
References