...Welcome all new members to CADprog group (cad group for cad customization and graphics resources) Hi, I take this opportunity to welcome all the new members...
cadprog@yahoogroups.com
Apr 1, 2006 2:23 pm
90
...Welcome all new members to CADprog group (cad group for cad customization and graphics resources) Hi, I take this opportunity to welcome all the new members...
cadprog@yahoogroups.com
Apr 9, 2006 1:46 pm
91
please send me some tips to learn CAD customisation....
Hi, I am Thangarajan, Cad Programmer I send some tips for cad customizations. This will learn basic of cad program Thanks, N.Thangarajan The AutoCAD API's When...
Thangarajan N.
Thangarajan@...
Apr 13, 2006 8:31 am
94
The most important ObjectARX feature is missing: ObjectARX is the only customization language today that allows you to create custom entities that work as...
Hi, Here I have send one link. That is useful for to learn cad program lisp Vba The new home of AfraLisp, the AutoLISP resource for AutoCAD users ...
Thangarajan N.
Thangarajan@...
Apr 19, 2006 10:33 am
98
...Welcome all new members to CADprog group (cad group for cad customization and graphics resources) Hi, I take this opportunity to welcome all the new members...
cadprog@yahoogroups.com
Apr 23, 2006 2:38 pm
100
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...