Message 1 of 3
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I need a LISP file that outputs the design speeds of an alignment with start and end chainages. How can I do this? The LISP below takes me up to "Count=2", but no actual values.
(vl-load-com)
(setq e (car (entsel)))
(setq vlaobj (vlax-ename->vla-object e))
(setq CX1 (vlax-get-property vlaobj 'DesignSpeeds))
(vlax-dump-object CX1)
)
Civil 3D 2020
Intel Xeon CPU W3550 @ 3.07GHz
Nvidia Quadro 2000
25GB RAM
Windows 7 Enterprise 64 Bit
Intel Xeon CPU W3550 @ 3.07GHz
Nvidia Quadro 2000
25GB RAM
Windows 7 Enterprise 64 Bit
Solved! Go to Solution.