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
Thank you, I’ll try