What is the preferred way to invoke system expressions in scripting api?
Should we create a function that returns the value of the system expression? and just execute runtime.callFunction ?
I see some system expressions are implemented as part of C3 obj? such as
C3.angleTo(), C3.distanceTo(), C3.toDegrees() and a few other ones, but these don't seem to be documented so I am not sure if it's frowned upon using them. and they also don't encompass most of the actions