I am creating one customised menu in Menu groups. it works fine in current drawing but if I opens new sheet then this newly created menu does not work??? why...
Hi Pushpak, First of all, I guess you are creating a runtime menu group. When you do this, It is going to insert the menu for only a perticular drawing file. ...
which version of autocad u are using? are u creating menu from menu file or lsp? you can give menuload command in autocad and load new mnu file from there ...
Hi,all i have to get the points which form an ellipse, whcih uses objectARX and CAD. i have an idea with that there is one prblm . please give me some ideas to...
Hi Kavitha, AcDbEllipse is derived from AcDbCurve. This way it is a parametric curve. If you want to get arbitrary points over it you will need to use ...
This will give you twenty points, but they are entirely dependent on the parametrization of the ellipse. If the parametrization is by the angle along the...
Hello All, How are DXF system variables handled by CAD viewers.I intend to write a tool which takes a DXF file as an input and convert the geometric data...
Hello All, How are DXF system variables handled by CAD viewers.I intend to write a tool which takes a DXF file as an input and convert the geometric data...
Hi Vivek, Dxf files can be binary files or ascii files. There is a system variable take which looks like this in ascii dxf file. $ORTHOMODE 70 1 9 $REGENMODE ...
hi, Please take a look at www.autodesk.com/dxf this site You can find details about dxf code in this Thanks! Manoj Madhavan MMTechnologies, Bangalore CAD...
Mastering AutoCAD 2000 Objects by Dietmar Rudolph, published by Sybex, 2000 is a unique book that explains DXF. It is out of print but you may be able to find...
Hi, There is a trick when we need to use the open or new command... Mostly this does not work with the normal (command "_open") or (command "_new") So what we...
Hi, Protecting a lisp file not recommended... Even though you want to protect it, you can use the encrypt.exe to encrypt the lisp, but its not that safe,...
Sorry, The exe name is protect.exe Thanks! Manoj Madhavan ... From: deceinbamalar To: cadprog@yahoogroups.com Sent: Monday, July 03, 2006 11:09 AM Subject:...
Hi pushpak, It is very simple, assign password to .dvb file Sanjay Phadke PUSHPAK PHULE <pushpak_2000@...> wrote: Hi Can we restrict our VBA file (.dvb)...
hi Sanjay, ya that's good solution but user can copy this .dvb file to other machine and can use it there also. I want to restrict user from doing this. I want...
Best way is to check for MAC address of the NIC. Now a days, there is no machine without NIC (Network interface card) and the MAC (media access code) is also...
Hi Pushpak, In that case convert your VBA code to VB. It is simple, just you have to alter your vba code to suit vb environment. Thats it, make setup and...
That's fine Sanjay VB will solve problem of hiding code from user but Can I write a code to check that Program will work on particular machine or is there any...
yes Narayanan, You are right thats what I want to avoid hard coding. ... http://us.click.yahoo.com/SISQkA/gOaOAA/yQLSAA/_iFolB/TM ... === message truncated ===...
Hi all, more languages used in AutoCAD,(VBA,VB.NET,C++,C#,VC++,Java, etc) But which one is the best future. (VBA,VB.NET,C#) or (C++,VC++) Please help me....
It depends on what kind of work you are doing and your current level of knowledge. VBA is a great language to make money with. Many people need programs...
yes Dale is right ! VBA gives faster application development. I have developed no.of programs using it. But I found C++ is difficult to learn but gives ...