Message 1 of 5
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi,
I am currently trying to add fittings to a Plant 3D drawing automatically from a database utilising VBA.
My current code parses commands directly to the plant 3D command line utilising the ThisDrawing.SendCommand function.
However, when I send the following code to plant 3D:
Thisdrawing.SendCommand ("_PLANTFITTINGADD " & vbCrLf), a dialog box appears as follows:
Is there someway that I can control this dialogbox with VBA?
Or is there another way that I can insert fittings into my plant3D drawing through VBA that doesn't involve going through this dialogbox?
Thanks alot in advance for any help!!
- Josh
Solved! Go to Solution.