IsSmoothManifoldEdge - G^1 or G^2 smooth?

If IsSmoothManifoldEdge==false then a Brep edge is G^0 continuous. If IsSmoothManifoldEdge==true then a Brep edge is at least G^1 continuous. I need to know if a Brep edge is G^1, which occurs e.g. when performing a fillet, or G^2. Does anyone know a way to do this?

Is the only way to compare the curvature on either side of the edge?

Yes, that’s the only way. Sorry. I guess we should add something to do this.

https://mcneel.myjetbrains.com/youtrack/issue/RH-43630

Ok. Thanks!