Version 1.13.0 |
[This is preliminary documentation and is subject to change.]
This version was released on 2022-05-23
Not much was changed ADM wise in this release, it was mainly to add support for export of 2D internal forces from Scia Engineer
Here is what has been changed in this release:
Curve: Added new method IsPointOn(Point) which can determine if the provided point sits on the curve.
Circle3Points: Implemented IsPointOn(Point)
Line: Implemented IsPointOn(Point)
CircularArc: Skipped implementation for IsPointOn(Point). Throws NotSupportedException
IAnalysisModelService: Service has been updated to throw ModelExchangerException's instead of ApplicationException
This change will allow you to differentiate between expected exceptions and actual exceptions when something unexpected happens.