|
Welcome, Guest.
|
||||||
| AutoLISP AutoLISP or Visual LISP, learn both here! |
![]() |
|
|
Thread Tools | Display Modes |
|
|
#1 |
|
Member
Join Date: 2004-06
Posts: 3
![]() |
Would anybody know a way for a reactor to use a function that has an Autocad command in it eg (command "line" "0,0" "1,1"). I have tried vl-cmdf and this won't work either. I'm using Vers 2004. Any help would be appreciated
|
|
|
|
|
|
#2 |
|
Administrator
Join Date: 2001-08
Location: Seattle WA US
Posts: 4,393
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() |
Obviously that is a simplification, as I would use ActiveX to add the line and avoid the command pipeline. What command are you really trying to run?
|
|
|
|
|
|
#3 |
|
Member
Join Date: 2004-06
Posts: 3
![]() |
Actually, quite a few. Commands to draw 3dsolids, extrude, revolve as well as command to change the ucs. This function has already been written and I was hoping not to have to re-code using activeX
|
|
|
|
|
|
#4 |
|
100 Club
Join Date: 2000-12
Posts: 126
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() |
From the help files on reactor callback functions: "You cannot call AutoCAD commands using the command function. Also, to access drawing objects, you must use ActiveX functions; entget and entmod are not allowed inside callback functions."
Talking from experience, I would take it literally |
|
|
|
|
|
#5 |
|
Administrator
Join Date: 2001-08
Location: Seattle WA US
Posts: 4,393
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() |
Yes. A rewrite is in order.
|
|
|
|
|
|
#6 |
|
Member
Join Date: 2004-06
Posts: 3
![]() |
I had also come to the re-write conclusion and had started it over the weekend.
The only thing now is to figure out how to determine the XYZ extrusion vectors given three 3Dpoints. FYI Entget appears to work.. no immediate errors have not tried entmod Thanks for the help |
|
|
|
![]() |
|
||||||
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| LSP Commands | pbleakley | AutoLISP | 10 | 2004-06-04 08:37 AM |