1:
Can you update the filter data for rs.GetObject()?
Having it like you have it in rs.GetObjects() is very handy:
(If wish 2 is fulfilled then this can be a separate link to “See Also”: filters)
| Value Description
| 0 All objects (default)
| 1 Point
| 2 Point cloud
| 4 Curve
| 8 Surface or single-face brep
| 16 Polysurface or multiple-face
| 32 Mesh
| 256 Light
| 512 Annotation
| 4096 Instance or block reference
| 8192 Text dot object
| 16384 Grip object
| 32768 Detail
| 65536 Hatch
| 131072 Morph control
| 134217728 Cage
| 268435456 Phantom
| 536870912 Clipping plane
| 1073741824 Extrusion
2:
Being able to click on the “see also” examples would be REALLY nice:
3:
And remove the “|” in front of the info so we quickly can copy an entire example and paste it into a script. Now if I use the example from the window I have to manually remove this for every line, and that is tedious
4:
The ability to drag a command from the menu into the script would also be sweet, with all the settings with it:
->
(I don’t want it to fill in rs. or rhinoscriptcontext. since these are script sensitive, just the command with examples IF dragged in, like in the image above)