Gon Zifroni
Gon Zifroni
``` // Max depth var maxDepth = frontSetback .Offset(input.MaximumDepth, true) .ExtendTo(sideSetbacks); // Max footprint foreach (var sideSetback in sideSetbacks) { try { frontSetback = frontSetback.Reversed().TrimTo(sideSetback); maxDepth = maxDepth.Reversed().TrimTo(sideSetback); } catch...
Sounds good to me! On Mon, Apr 17, 2023 at 7:37 PM Ian Keough ***@***.***> wrote: > Closed #841 as > completed. > > — > Reply to this email...
Hi! This library is a great contribution, thanks so much for putting this together! Can you give a little more indication how to implement this? Gon
Looks good!