IsValid: Brep vs. components

Dale,

Using RhinoCommon, two ways I can think to identify the bad faces of an actual polysurface are:

  1. Create a brep of each face using DuplicateFace().
  2. Search the log of IsValidWithLog().

Do you have any other suggestions?