./SampleSources : Sample source code ./Lib_Include : CrossCAD / Ware SDK includes ./Libs : CrossCAD / Ware SDK libraries ./InputImages : Images for pdf and writers generation ./SampleFiles : CAD / BIM Sample files (Full zip with sample files can be downloaded separately) ./bin : Binaries directory
CMake is required to build the example projects.
You can download the CMake tools from https://cmake.org/download/
Each example must be generated into separate folders.
You can use the CMake GUI or the following command lines to configure projects :
You can build projects :
The following command lines can be used to configure projects :
You can build projects :
The built executables are copied to the ./bin directory and must be run from there.
More information about building with cmake https://cmake.org/runningcmake/
Import any CAD format with LibReadersSample
It allows you to test our readers and tesselation tools.
You have an unique integration for all readers.
This sample converts the input file into pdf3d file and/or xml dump file.
To change the output format see Get Started
Export a CAD file with LibWritersSample
It allows you to write file after filling Datakit classes
you have one integration per format to remain close to the file format specification.