I started modelling my design using extrusions and they are all similar. After some time I discovered Block Instances.
My question is how do I make the same extrusions count as the same type of Block instance and they are all separate?
Without changing their place.
Edit one of them so they all got edited.
They act as the same block instance from the original one
Simply. I want the existing extrusions to act as block instance but not as just one block instance instead as the copies of the Original, How do I make rhino do this ?
You want to automatically turn those objects into block instances?
The short answer is you can’t. Why not? Because except for trivially simple examples (like your little boxes)it’s incredibly complex to figure out if 2 distinct objects are in fact identical (or even worse, identical within some reasonable tolerance.)
The long answer is you could possibly script it, but if you’re a beginner that’s pointless to mention. Just redo it.
All extrusions, but I reliazed I made a mistake creating these extrusions. I need to add each object a small dent. But because I have configured the movement of all objects, Redoing the entire thing and making it block instances would take ages.
So there is no way to get around this mistake ? Without scripting because Iam a beginner.
It looks as though your model includes a lot of arrayed extrusions. So create a block instance from one of them, adding the dent, then array the block instance. Or use the _Copy command to add more randomly placed instances. You don’t need to use _Insert to place the instances one by one.