TheSwamp

Code Red => AutoLISP (Vanilla / Visual) => Topic started by: Peter2 on September 27, 2017, 11:12:47 AM

Title: Civil 3D: Edit expressions via Lisp
Post by: Peter2 on September 27, 2017, 11:12:47 AM
(Sorry, I don't know the correct English words)

Under "Settings - Axes - Styles - Longitudinal --- - Expressions" I can find some expressions like "{Neigung vor TS}/100*10". It would be fine if I could shorten this "long and windy road" to the data with some lisp-tools.

Can you can give me me some keywords or links where I should start my research?

Thanks!
Title: Re: Civil 3D: Edit expressions via Lisp
Post by: Jeff_M on September 27, 2017, 12:29:48 PM
Expressions are not exposed in the COM API, they are in the .NET API in a limited fashion.
Title: Re: Civil 3D: Edit expressions via Lisp
Post by: Peter2 on October 05, 2017, 10:23:17 AM
Thanks Jeff_M