Hi Michel:
As time permits, I shall incrementally add into this post
, links to threads that may help:
https://www.fsdeveloper.com/forum/threads/sbuilderx-ft-or-m.437055/post-870296
https://www.fsdeveloper.com/forum/t...ects-in-sbuilderx-for-katl.444877/post-817582
https://www.fsdeveloper.com/forum/threads/change-the-polygon-elevation-in-the-_cvx-bgl.446626/
Note in above linked posts, I explain how to Append various CvxExtractor
*.SHP files to SBuilderX.
In all CVX
*.SHP type 'Append' cases, whenever possible, I advise to select
GUID during input data parsing:
"
Name or Label of Imported Polys > Get from this Field:
GUID
GUID of Imported Polys > Get from this Field:
GUID"
This allows selected vector object original BGL source GUID to be seen via SBuilderX > Properties
In your example location cited above:
HP12715A.bgl
HP12715B.bgl
HP12715C.bgl
HP12715D.bgl
...UTXCan BGLs must be loaded into SDK TMFViewer in that order, one at a time, to determine:
* Geographic extent within FSX Area 0301
...and:
* Vector ID
For Vector ID GUIDs: Right-click > Identify Vector Features; then correlate with:
https://www.prepar3d.com/SDKv5/sdk/world/terrain/terrain_overview.html#The Shp2Vec Tool
https://www.prepar3d.com/SDKv5/sdk/world/terrain/vector_shape_properties_guids.html
I suggest configuring these SDK Grid overlays to be displayed in TMFViewer:
TMFViewer Menu > View > LOD Grid > LOD-5
...and:
TMFViewer Menu > View > QMD Grid > Level-8
Note that LOD-8 is 1/4 of a LOD-5 quad.
The above listed UTXCan HP*.BGL files are NW>NE>SW>SE LOD-8 quads within the local LOD-5 Area.
The UTXCan Configurator utility expects CVX content to be subdivided into such 1/4 LOD-5 sized LOD-8 quads.
Thus, for UTXCan compatibility, replacement CVX BGL output with edited Altitudes, must otherwise be identical.
After the above BGLs are de-compiled and output as these ESRI
*.SHP files by CvxExtractor:
HPXHP12715A.shp
HPXHP12715B.shp
HPXHP12715C.shp
HPXHP12715D.shp
...you will be Appending each file to SBuilderX in
separate project sessions.
In those sessions, you will be editing the Altitude of the Hydro Polygons, and compiling a CVX BGL.
I forgot whether a SHP2VEC XML file "Clip" level of 8- versus 11- is used to compile a UTXCan-type CVX BGL.
In yet another SBuilder project session, you will create a CVX vector exclude for all those Hydro Polygons so that they will not be displayed at run time, and are replaced by
your corrected BGLs.
More will follow on this process later.
GaryGB