Hi, I am exploring creating my own custom rhino object type.
May I check if there is a better way to create custom rhino object types instead of using the CustomBrepObject class?
I want to avoid a brep from being “created” which results in it being selected and causing the console to print “1 closed polysurface is added to selection”. As far as I know, I also don’t think that there is any way to suppress or override this too.
Ideally, I would like for only the “opening” object to be created, and thus selected/print only opening is selected.
Hope I am clear on explaining and please feel free to let me know if there is a better way of doing this!
