DP, You can take each of the curves, extract the start and end point, and set up an expression to test if the z-coordinates are the same. The you could use a boolean data spliter to extract all the True values from your original curve list. I'll post a screenshot.
taz On Oct 1, 12:01 pm, DP <[EMAIL PROTECTED]> wrote: > I have a Brep wireframe that breaks it down into 12 curves. I am > trying to figure out how to cull all x,y axis curves and simply select > the z-axis curves. I have tried extracting end points and decomposing > the points, but that seems to be a dead end. Does anyone have any > insight? Thanks in advance!
