Visual Basic Customization
Reply
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic to the Top
- Bookmark
- Subscribe
- Printer Friendly Page
Access to 3D DWF command in VBA
Options
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
117 Views, 2 Replies
01-29-2009 03:05 PM
Anyone know how to access 3D DWF command in VBA? It doesn't look like you can get to it from Plot or Export.
Thanks,
Ken
Thanks,
Ken
Re: Access to 3D DWF command in VBA
Options
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
03-10-2009 09:18 AM in reply to:
ken.washburn
It's probably back to the old cheat of "Sendcommand" then use the "3ddwf" command and give the path to the file
You will need to switch filedia to 0 and be in modelspace for 3ddwf.
Paul
You will need to switch filedia to 0 and be in modelspace for 3ddwf.
Paul
Re: Access to 3D DWF command in VBA
Options
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
03-12-2009 09:39 AM in reply to:
ken.washburn
Paul, thanks for the reply. Yeah, that's what I ended up doing and it worked.
Ken
Ken
