Does it work with HATCH? Im trying to find a command that selects duplicated hatches. I cannot find anything that works so far.
Hi Luiz - yeah, I see SelDup does not work on hatches - I’ll see if that can be added, I don’t know if it is possible. As far as RhinoCommon goes, I have no idea what there might be to locate these - I guess you could make a function that compares Hatch.PatternIndex, PatternRotation, PatternScale and then compares the curves made from the hatch borders of similar hatches. (Hatch.Get3dCurves(True/False))
-Pascal