In the past I have posted about trying to utilize PolyfaceHeader::CreateXYTriangulation in C#, however it is only available in native code.
Today, I was looking through the assemblies packaged with MicroStation Connect and noticed TerrainModelNET.
I have referenced in this dll and I am able to add points and triangulate a DTM (among other useful things), however, I do not see any way of converting this into a mesh element.
Does anyone have any insight into how to use the TerrainModelNET API?