Kernel SDK Developer's Guide > Getting Started Using Kernel SDK > Using Kernel Sample Applications > Example of Rendering B-Rep Data from a .sat File
Example of Rendering B-Rep Data from a .sat File

Summary

ODA Product: ODA Kernel SDK
Sample Name: SATGeomTracer
Categories: C++ / Beginner / Working with .sat files / Android, iOS, macOS, Linux, Windows
Source Code Location: Kernel/Examples/SATGeomTracer

Description

A console sample application that reads a specified .sat or .sab file and renders the shell or silhouette from it.

Run Sample Application

To run the SATGeomTracer sample application, please do the following:

  1. Open the terminal window and go to the directory where the sample binary file is allocated:
    • For Windows® platforms: <KERNEL_DIR>\exe\<version>
    • For Non-Windows platforms: <KERNEL_DIR>/bin/<version>

    <KERNEL_DIR> is a directory where you unpacked the Kernel archive.

    To determine your <version> parameter, please see the appropriate section in the Download Kernel SDK topic.

  2. Run the sample with an appropriate argument:
    
                SATGeomTracer <filename>
              
    filename The input .sat or .sab file to be rendered.

If the application executed properly, you will see the following result on your terminal screen:

If an error occurs during the execution of the application, you will see an error message in the console window:

See Also:

ODA Kernel SDK Sample Applications

Copyright © 2002 – 2020. Open Design Alliance. All rights reserved.