How do I go about having the functionality of the following commands in RhinoCommon? I would like to run these checks on the RhinoDoc object available to my rhino plugin.
- SelDup
- SelDupAll
- SelBadObjects
- Audit
To elaborate, I know I can run commands SelDup
, SelDupAll
, and SelBadObjects
from my rhino plugin. They all select objects in the model. I am interested knowing if my model has any duplicate objects and bad objects so that I can run these commands to show those objects to the user.
For the Audit command, is there a way to access the text of the result?