Hi...
You send me an email and I send you a routine. You want the routine in Visual Lisp or VB?. In both lenguaje can it ;)
Email: eliasunoARROBAhotmail.com
Un saludo de SpeedCAD... :)
CHILE
FORO: http://www.hispacad.com/foro
Hi...
From Visual LISP not. But there is a application call ULTRAEDIT, this to print the lisp code in color perfectly.
http://www.ultraedit.com/
I have a file *.txt with sequence to print. You send me an email to eliasunoARROBAhotmail.com and I send you the file.
Hi...
First, in Visual Basic 6.0 You must go to the menu Project->References..
Second, you must found the AutoCAD 2000 Type Library and select it and press To Accept.
Third, in the section of Declarations you must declare the variable that represents the application of AutoCAD and other that...
Hi AlexDring...
This function I did You can help You:
(defun get:value (/ dim-ent value)
(setq dim-ent (vlax-ename->vla-object
(car (entsel "\nSelect object dimension: "))
)
)
(if (vlax-property-available-p dim-ent "measurement")
(progn
(setq value...
Hi Bart...
If you do not find by any side the line of commandos of AutoCAD, here I explain like recovering it:
http://caxpert.webcindario.com/03cad/faqs/faq04.htm
Un Saludo de SpeedCAD... ;)
CHILE
FORO: www.hispacad.com
Hello CRG...
For rotate a viewport you write in command line the MVSETUP command. Next select the option Aling, next Rotate view. Next AutoCAD ask Specify basepoint in the viewport with the view to be rotated: you select a point in center of viewport. Next AutoCAD ask Specify angle from...
Hi...
Is possible with reactors from Visual LISP or an Application in Visual Basic, but everything depends of what you want to do and how. I did something with the two methods...