Looking, if point is in active area of a ON_BrepFace

Is there a function to find out, if a point (ON_3dPoint or surface parameter values u,v) is in the active area of a ON_Brepface? I’d like to investigate lines or polylines for clipping on Brep edges.

Hi @Peter_Salzman,

Nice to hear from you.

Try using RhinoIsPointOnFace. The declaration is found in rhinoSdkUtilities.h.

– Dale

Hi Dale, many thanks! That’s what I was looking for.