Preview

Converting BIM datasets to 3DTiles  samples.bim.converter.BIMConverter

This is a command-line sample. Click More info for run instructions.

This command-line tool demonstrates how to decode BIM data (Binz, IFC, Revit, Navisworks) and export them as a 3DTiles dataset.

Run the sample using the shell script in the samples folder:

bim.converter.bat -i=<inputFile> -o=<outputPath>

The tool has two mandatory parameters: the path to the input BIM file, and the path of the output directory where the 3DTiles dataset will be written.

If you execute it with invalid or insufficient arguments, the tool prints out its usage documentation.

The supported data formats are Binz, IFC, Revit and Navisworks. Please refer to the respective documentation articles for more specific information about these formats.

 


Preview

MeshUp CLI  samples.meshup.Meshup

This is a command-line sample. Click More info for run instructions.

This command-line tool demonstrates how to use the 3D Tiles Processing Engine, which allows automatic tiling and multi-leveling of an OBJ dataset into a 3DTiles dataset. The produced tileset can then be optimally served by LuciadFusion.

Run the sample using the shell script in the samples folder:

meshup.bat -i=<input (OBJ) File or Folder> -o=<outputPath>

The tool has two mandatory parameters: the path to the the input OBJ file or folder containing OBJ files, and the path of the output directory where the 3DTiles dataset will be written.

If you execute it with invalid or insufficient arguments, the tool prints out its usage documentation.

For more information about MeshUp and its parameters, see the 3D Tiles processing Engine documentation page.