Message 1 of 4
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi,
I'm using Flood and river analysis which is a module in Civil 3d and I wanted to make a lisp to run some of the commands again and again. Please see the lisp below, before I finished writing it I tested it to see if it would even run the command and all it says is "arx failed to load" I don't really know what I'm doing so any help would be appreciated.
Thanks
(arxload "C:\Program Files\Autodesk\Autodesk RFA 2016\River.arx")
(DEFUN C:redall ()
(command "RMS_XSNEXT");next cross section
(command "RMS_REDUCE");reduce cross section
(princ)
)
Solved! Go to Solution.