Hi,
Rhino 8 API C# With Visual Studio,
it looks like your Function Method " Brep.CreateFilletEdges"
works only with 1 Edge ?
There is a List IEnumerable edgeIndices,
but it look like it works only with 1 Edge on Time.
Its ist True?
Link:
Brep.CreateFilletEdges Method (Brep, IEnumerable(Int32), IEnumerable(Double), IEnumerable(Double), BlendType, RailType, Double)
Best Regards.
ok, the Problem with Only 1 Edge, is solve.
“An array of starting fillet, chamfer, or blend radaii, one for each edge index.”
For each EdgeIndex, separate Radius double.
but it works not Perfect.
After One Set of Edges, the Next one works not Properly.
With API as well with GUI.