Only way I can think of is to feed the curves into a VB component, set
the type hint to OnCurve and create 2 output parameters ("arcs" and
"other")

Then, add the following code:

If (x.IsArc()) Then
  arcs = x
Else
  other = x
End If

--
David Rutten
[email protected]
Robert McNeel & Associates


On Feb 6, 5:00 am, urbansurgery <[email protected]> wrote:
> i would like to generate a cull pattern of a list of assorted curve
> types taht allows me to dispatch arcs as a separate stream.
>
> i can put all the curves into an arc geometry component and it filters
> them out (albeit with a awooga red alert) but this isnt satisfactory
> as it doesnt remove them from the original list so to speak.
>
> any ideas?

Reply via email to