Display full version of the post: Convert COGO point to bloc lisp routine
PatDoc63
07.01.2015, 19:57
HI everyone,I'm trying to make a lisp routine and use the AeccConvertPointsToSdskPoints command. I want to execute the commande without the dialog box, so I,ve put an - before the command (-AeccConvertPointsToSdskPoints) but the dialog box still appear.Is there an another way to do ?Thank's
John Connor
07.01.2015, 20:00
You're doing this in AutoCAD Civil 3D right?Have you tested the command (I'm not talking about the lisp routine) inside the program at the command line to see if it works?Is this one of those undocumented commands by any chance?
John Connor2015-01-07 20:05:45
PatDoc63
07.01.2015, 20:05
Yes John, in civil 3D
and when i try to put an - before the command on the command line, the dialog box open...PatDoc632015-01-07 20:10:06
John Connor
08.01.2015, 00:29
Then it sounds like it is one of those rare dialog box commands that does not have a command line equivalent. I can think of no other explanation why it wouldn't work. Did you ask over at the Civil 3D Discussion Group at the AutoDesk website?
PatDoc63
08.01.2015, 00:59
Yes ! I posted here http://forums.autodesk.com/t5/autocad-civil-3d-general/convert-cogo-point-to-bloc-lisp-routine/td-p/5461714Do you have others groups to suggest ?Regards
John Connor
08.01.2015, 11:27
Possibly.A good number of lisp gurus hang out over at The Swamp. You could try asking there.
John Connor2015-01-08 11:27:55
PatDoc63
08.01.2015, 17:47
Thank's John !