- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I would like to improve the code that is used to insert blocks into the drawing:
(command "_.insert" "C:\\Desktop\\\\Test" pause "5" "" "")
I specified a factor of 5 for the insertion scale.
The problem is that the block size is not displayed correctly at the moment when the block is already in the drawing and need to specify the insertion point. This only applies to visibility.
Once the insertion point is indicated and the block has occupied its place in the drawing then its size becomes correct.
I have tested if in the continuation of this command, I specify the scale again, the size becomes correct.
I am referring to this request that appears after the top code:
Specify insertion point or [Basepoint/Scale/X/Y/Z/Rotate]:
My question is whether these two codes can be combined into one.
I'll give an example below, it's just to illustrate the idea and of course it can't work. This code could be something like this:
(command "_.insert" "C:\\Desktop\\\Test" pause "" "" "" "_Scale" "5")
Solved! Go to Solution.