Autodesk Buzzsaw Developer
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
create Buzzsaw object
Options
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
1450 Views, 2 Replies
01-22-2007 10:44 AM
I was trying to write a simple lisp routine to open the Buzzsaw app. Something like (vlax-get-or-create-object "projectpoint.application"). This doesn't work, does anyone know the correct app name to use?
I know how to access the session and scripting for programmatically accessing files/folders/projects, etc, but I just want a simple program to open the Buzzsaw GUI only, just as if the user double clicked on the Buzzsaw desktop shortcut.
I know how to access the session and scripting for programmatically accessing files/folders/projects, etc, but I just want a simple program to open the Buzzsaw GUI only, just as if the user double clicked on the Buzzsaw desktop shortcut.
*Scott Sheppard \(Autodesk\)
Re: create Buzzsaw object
Options
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
01-22-2007 11:20 AM in reply to:
masa10789
John Schmier wrote an article about invoking the DWF Viewer from AutoCAD:
http://dwf.blogs.com/beyond_the_paper/2006/11/invo king_the_au.html
Can you just change
C:\\Program Files\\Autodesk\\Autodesk DWF Viewer\\DWFViewer.exe
to
"C:\\Program Files\\ProjectPoint-7\\ProjectPoint.exe"
and that will work?
wrote in message news:5459780@discussion.autodesk.com...
I was trying to write a simple lisp routine to open the Buzzsaw app.
Something like (vlax-get-or-create-object "projectpoint.application"). This
doesn't work, does anyone know the correct app name to use?
I know how to access the session and scripting for programmatically
accessing files/folders/projects, etc, but I just want a simple program to
open the Buzzsaw GUI only, just as if the user double clicked on the Buzzsaw
desktop shortcut.
http://dwf.blogs.com/beyond_the_paper/2006/11/invo
Can you just change
C:\\Program Files\\Autodesk\\Autodesk DWF Viewer\\DWFViewer.exe
to
"C:\\Program Files\\ProjectPoint-7\\ProjectPoint.exe"
and that will work?
I was trying to write a simple lisp routine to open the Buzzsaw app.
Something like (vlax-get-or-create-object "projectpoint.application"). This
doesn't work, does anyone know the correct app name to use?
I know how to access the session and scripting for programmatically
accessing files/folders/projects, etc, but I just want a simple program to
open the Buzzsaw GUI only, just as if the user double clicked on the Buzzsaw
desktop shortcut.
Re: create Buzzsaw object
Options
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
01-22-2007 12:58 PM in reply to:
masa10789
thanks, that's what I was thinking about. I just wasn't sure if there was a better way to do it.
