Message 1 of 7
AutoCad Command Line Using Dynamo
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
This post is related to an earlier discussion started by @Yonas89 with a fruitful response by @Anonymous
https://forums.autodesk.com/t5/net/integrate-dynamo-with-autocad/td-p/6674248
Basically, my question is if there is a way to call the commandline in AutoCad by using Dynamo? Or is it only accessible to certain methods like .AddLine()?
For example, if we had a string input of a list of commands in dynamo:
where IN[0] would receive something like ["-zoom", "extents", "-ai_selall"], can that be summoned into AutoCad? And going further, can we call up a list of lisps to run?