TessellationLevelOfDetail

So.

Exporting the setup from IfcExporter addin gives me a json file which has values LOD like 0.5 etc.

Using those values in self writing gives either

  • no problems but low detail
  • no problems but high detail (aka large file size)
  • wildly scaterd models when using 0.5 like values

On other topics I read that values 0, 1, 2, 3, 4 are used. But gives me the same issues.

What are your experiences with this?

options = IFCExportOptions()

options.AddOption("TessellationLevelOfDetail", str(0.5))