I have this object in a curve.
I am working in in C# and I want to generate with code multiple parallel lines in the face of the object like in the figure.
I have this object in a curve.
I am working in in C# and I want to generate with code multiple parallel lines in the face of the object like in the figure.
Hi Salvam,
Take a look at Rhino’s Contour and Section command. Does this do what you want? If so, then you can use Rhino.Geometry.Brep.CreateContourCurves.
– Dale