I´m using c# and I have a brep like this:
I´ve extract a list of curves with DuplicateEdgeCurves() and I´ve drawn curve with Yellow in the image.
List lstCurveEdge = brep.DuplicateEdgeCurves().ToList();
I want to create parallel curves like in the next image, the curves I want to create in code are drawn in blue. I want to use like a base the curve in the major Z and drawing parallel reducing exe Z but in the contour of the figure.
Is it posible?