Message 1 of 10
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hello all,
I hope I'm missing something obvious here, but given the following:
Vars:
blk_str = "C:\\Temp\\temp_block"
BL_1 = (241.169 20.1094 0.0)
blk_ss = <Selection set: a51> (a valid selection set)
Function:
(command "_.wblock" blk_str "" BL_1 blk_ss "")
Pasting the function to the command line works, but not when I use it in code. When I run it in a function call with a while loop it doesn't like the BL_1 point list for some reason and keeps erroring out with:
Specify insertion base point:
Invalid point.
; error: Function cancelled
Even if I hard code the base point to 0,0.
Not sure what I'm missing?
AutoCad 2018 (full)
Win 11 Pro
Win 11 Pro
Solved! Go to Solution.