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
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);
}
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
Kean Walmsley 9 days to design an advertisement for Morgan 3 Wheeler