When trying to get a section of a devDept.Eyeshot.Entities.Mesh
or devDept.Eyeshot.Entities.Solid
using the .Section(Plane, double)
method, we get an ICurve[]
.
If the result is multiple closed curves, to draw the ICurve[]
, I convert all the ICurve
s inside it to CompositeCurve
one-by-one and add it to Entities
.
Now, is there any way of converting it to Region
s so the end result looks better?