/gml2csg

convert cityGml Bridge models to Consolidate Solid Geometries for meshing

Primary LanguagePythonMIT LicenseMIT

GML2CSG

This small program was used for a small university project in need of meshing CityGML models using NetGen. This requires a parsing of GML to Consolidated Solid Geometry. This program solely outlines how this could be done, completely ignoring interiors or BridgeInstallations. To run the program, simply open a console of your choosing in the directory and run:

python3 main.py --id gmlIdOfBridge --gml inFile --csg outFile