The difference between Length and ApproximateLength in Curve class
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
In the Curve class, to get the length of a curve, there is a Length property and an ApproximateLength property? what is the difference between them?
My first guess would be that Length is more accurate and ApproximateLength is faster, but why would this be the case, I can't find any details in the documentation.
Link copied