When inserting a block into Rhino one has the option to insert the block as individual objects. I can’t find a way to do this with code (python). Is there a function in Rhinoscript or Rhino Common? Importing would do the same thing for me but cannot locate a function either.
A little more clarity: I have a Rhino file with grouped objects. I want to import the file into the existing document and keep the grouped objects intact. The AddBlock command inserts it as a block and when you explode it to eliminate the block the grouping structure is also exploded.