Message 1 of 2

Not applicable
07-18-2018
03:32 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi
I'm looking the way to project from a 3D model a 2D representation on the floor (as you can see on the image I attached) I'm using Visual Basic on Autocad
The question is:
Does anyone know how to use how to use FLATSHOT on command line in order to avoid the dialog that appears and put the data need it directly on the command line to use it on a script?
for example:
ThisDrawing.SetVariable "FILEDIA", 0
ThisDrawing.SendCommand "FLATSHOT" & vbCr & "All" & vbCr & vbCr & "Y" & vbCr
something like that
or
Does anyone know another way to do it?
Thanks in advance
Solved! Go to Solution.