Dale,
Tell me please. What is the name of the method in RhinoCommon API by which I can remove duplicate objects?
Dzintars
Dale,
Tell me please. What is the name of the method in RhinoCommon API by which I can remove duplicate objects?
Dzintars
RhinoCommon does not have a method to remove duplicate objects. However, you can always script Rhino’s SelDup
command.
If you are looking to compare Breps, use Brep.IsDuplicate.
– Dale
Thanks.
Dzintars.