For rhinoscriptsyntax/Rhinocommon, is there an updated documentation I can refer to when dealing with subD object? I am current using rs.Command() as a makeshift for my scripts, but it is not very scripting friendly. I want to make my script as backwards compatible as possible. Any suggestions?
Based on my experimentation, for rhinoscriptsyntax, it does not accept Rhino.DocObjects.ObjectType.SubD(= 262144). If I set the filter to Rhino.DocObjects.ObjectType.Brep(=16), it will take the subD object.
Hope this is helpful for anyone has the same question.