Close

Relief for ODA Team in Ukraine

Learn more
ODA Facet Modeler
Compile Facet Modeler Sample Applications

Compile Sample Applications for Windows Platforms Using Microsoft® Visual Studio®

To build the sample applications:

  1. Open the Facet Modeler sample solution with Visual Studio.
    The solution is included in the downloadable Kernel SDK archive and can be found in the <KERNEL_DIR>\Platforms\<conf> subfolder, where <KERNEL_DIR> is the directory where you unpacked the Kernel archive and the <conf> value depends on the platform, compiler and configuration.
    For example, for the Visual Studio 2017 DLL configuration, the solution file has the following path: <KERNEL_DIR>\Platforms\vc15dll\Kernel_vc15dll_ex.sln.
  2. Build the solution. Binary output files can be found in the exe subfolder.

Important! Use the proper version of Visual Studio for building sample applications from the release archive of the specified configuration.

Build Sample Applications for Non-Windows Platforms

To build Facet Modeler sample applications on non-Windows platforms, install CMake 3.14 or later. It can be downloaded from https://cmake.org/download/.

To build the sample applications:

  1. Run ./configure located in the root folder where the Kernel binary archive was unpacked.
  2. Make the FacetModeler/examples folder active.
  3. Run make. Binary output files can be found in the bin subfolder.

See Also

Use Facet Modeler Sample Applications
Copyright © 2002 – 2022. Open Design Alliance. All rights reserved.