• adding additional info to the terrain file causes the profile to be moved

    I requested additional survey to be done for me project. The surveyor added the csv data into the field book for my terrain file. This caused my current vertical profile to be dramatically shifted from where it should have been. Is there a way to avoid…
  • [ORD CE c++]How to get data from DTM?

    I am trying to get data from a terrain model. now i have got DTM object: auto ts = TerrainSurface::CreateFromElementHandle(eeh); if (!ts.IsValid()) { mdlDialog_dmsgsPrint(L"not a terrain surface"); return; } DTMPtr dtm = ts->GetDTM(); if (!dtm.IsValid…
  • ORD - Terrain Model in Reference File not read

    I created a Terrain Model in a DGN file and now I am referencing it in to a Geometry DGN to set it as my active terrain. The Terrain Model is being read as a Terrain Model in its parent DGN: However when the Terrain Model is attached as a reference…