Replace block - keep same size

I have 2 diamonds that are blocks. I would like to replace 1 block with the other block. When i do this, the new replaced block changes scale. Anyway to keep the scale the same? As you can see, the diamond gets really big…

Also to note, there is no linked file… it is embedded…

image

Hello- scaling is applied according to the block instance baing replaced. If that has been scaled, then the replacement will also scale. Post a file if that does not explain what you are seeing.

-Pascal

Block Sample.3dm (1.6 MB)
Thanks for the help! Here is the file.

Hello- the block definition is simply larger. In your file the larger instance is in fact scaled smaller than the definition - with both at full scale they look like this
image

You can BlockEdit the larger one and scale it to match the smaller one.

Block Sample_Scaled.3dm (1.6 MB)

-Pascal

Thanks @pascal appreciate the help.