Buzzsaw Forum Archive
Welcome to Autodesk’s Buzzsaw Forums. Share your knowledge, ask questions, and explore popular Buzzsaw topics.
cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

create Buzzsaw object

2 REPLIES 2
Reply
Message 1 of 3
Anonymous
1841 Views, 2 Replies

create Buzzsaw object

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.
2 REPLIES 2
Message 2 of 3
Anonymous
in reply to: Anonymous

John Schmier wrote an article about invoking the DWF Viewer from AutoCAD:

http://dwf.blogs.com/beyond_the_paper/2006/11/invoking_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.
Message 3 of 3
Anonymous
in reply to: Anonymous

thanks, that's what I was thinking about. I just wasn't sure if there was a better way to do it.

Can't find what you're looking for? Ask the community or share your knowledge.

Post to forums  

Autodesk Design & Make Report