Message 1 of 3
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I'm having some issues writing a script that inserts a block at a specific point and then rotates the block based on a reference angle captured earlier in the python script. Everything works pretty well, but the issue is that the blocks are coming in with additional rotation added to it. The python debug files do not show this behavior. The script is using the pyautocad InsertBlock function. Is there any significant differences between that function and the vla-InsertBlock AutoCAD ActiveX/COM interface command that could possibly be causing this?
Solved! Go to Solution.