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...
Hi AlexDring...
The difference between VB and VBA are several:
It's not VB - don't confuse VBA with VB; the two languages are different. VB is a superset of VBA with important distinctions. Features such as control arrays simply aren't available in VBA. The set of common controls (e.g...
Hi...
Generally for normal texts I use height 2.5 (example: dimensions, notes, etc.), for title height 5. But the important is the scale than you are going to occupy at the time of printing. For example:
If the scale of drawing is 1:50 then the height for normal texts will be in ModelSpace...
Hi...
I think than is better mix Visual LISP with Visual Basic. Making DLL file.
AutoLISP(Visual LISP) and Visual Basic are different. But VBA is more limited than VB, his different is great.
Everything depends on the application than you want make.
However, ARX is more powerful to...