So, I have a question on how to fill.
I have a large number of shapes made by curves. I would like to fill in the area outside of the shapes, and not in the shapes. Below is the code I figured out would fill in the shapes. How can I modify this code?
selection = Selection.Create(Curve1,Curve2,Curve3,Curve4,Curve5,Curve) secondarySelection = Selection.Empty()
options = FillOptions()
results = Fill.Execute(selection, secondarySelection, options, FillMode.ThreeD, Info2)
Thanks for your help,
Colin