Filtering Surface By Axis Plane

How do I filter surfaces according to the axis plane only, those facing the same axis plane, the following surfaces I have filtered vertically


Use Surface.NormalAtParameter to get the normal vectors and then use Vector.IsParallel to check alignment

1 Like

Thank you, I’ll try