Hi Scott, This is great - thank you! Best regards, Kean
Hey Kean, Given the short time frame I thought I would share Design Motions quick start guide to rendering the Morgan 3 Wheeler using Autodesk 3ds Max Design. http://designandmotion.net/autodesk/max-morgan-a-minimalist-guide-to-rendering-in-3ds-max/ Hopefully your readers will find it useful. Good luck everyone! Cheers Scott
Thanks Kean. It works as expected. Kindest regards. Diego
I dont know. I doubt it. Kean
Hi. Is it possible to climb the full height by stairs? Rich (charity walker)
SendStringToExecute() executes asynchronously: you should use SendCommand() via COM if you need the command to execute synchronously. Kean
hi,kean: I add one line code after the program for test, it seems the pline command always start after all the codes finished. for example the alertdialog code is after the pline, but it shows before the pline, why? and how to change this? best regards swaywood public void MyPoly() { // Set the flag and launch PLINE myCommandStarted = true; Document doc = Application.DocumentManager.MdiActiveDocument; doc.SendStringToExecute(_PLINE , false, false, false); Application.ShowAlertDialog(test); }
wow, I gotta look at that Environment object more. Helpful post.
Please post follow-up questions to the discussion groups. This is getting way off topic, and my blog is really not a support forum. Kean
Hi, Kean, Thanks for reply. Actually I need to write a customize application that must be added on CAD 2005 environment(Includes some user control ex: window form,button,textbox or datagrid...etc). For my requirement, I think .Net is a best develop tool(Because UI design is easily). Becuase using .Net, I can build .Net assembly(*.dll) and use Netload command to load them and run commands that I define in AutoCAD. As your experience about CAD development,all tools (Maybe languages) that you suggest me to use (ex.COM API/LISP/ObjectARX) also can meet my requirement?(Write an UI application that can add on AutoCAD 2005) Sorry...I am not too much experience on developing customize application for AutoCAD 2005.... Many thanks for your sharing if you dont mind~~~~ Best regards, Jay 2014.3.13