Block insertion scale

in 2D Drafting
Dear all,
Is there any way to define a default of value of the insertion scale of blocks in a model for a specific drawing. ie all blocks (whatever they are) should be inserted with a 500 scale factor. I would appreciate to handle it without using any Lisp code
Thanks for your help. BR
Is there any way to define a default of value of the insertion scale of blocks in a model for a specific drawing. ie all blocks (whatever they are) should be inserted with a 500 scale factor. I would appreciate to handle it without using any Lisp code
Thanks for your help. BR
0
Comments
-
If you change the setting called "Explorer Insert Scale" to 500, then any block you insert from the Drawing Explorer will have that scale. The "Explorer Insert Fix Scale" setting must be on, but that's the default value.
That won't apply to blocks inserted by the Insert or -Insert command. But you could create a custom tool, either with lisp or with a macro, that inserts any block at a 500 scale.
0 -
Or use Tools Palettes to organize your blocks and give each one a desired insert scale.0
-
Or make copies of all your blocks, and scale each copy 500x about the insertion point.0