Developer's Guide > Get Started with Civil SDK > Using Sample Applications > ExTcPoints Sample Application
ExTcPoints Sample Application

Summary

ODA Product: Civil SDK
Sample Name: ExTcPoints
Source Code Location: <INSTALL_DIR>/Civil/Examples/ExTcPoints

Description

The ExTcPoints sample application demonstrates creation of COGO points.

It illustrates:

  • Initialization of ODA services.
  • Loading Civil core modules.
  • Creation of COGO points.
  • Assert function customization.
  • Reading/writing drawing files.

Run Sample Application

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

  1. Open the terminal and go to the directory where the sample binary file is built:
    • For Windows: <INSTALL_DIR>\exe\<PLATFORM_NAME>\
    • For Non-Windows OS: <INSTALL_DIR>/bin/<PLATFORM_NAME>/
    <INSTALL_DIR> is a directory where you unpacked the Civil SDK archive.
    To determine your <PLATFORM_NAME> parameter, please see the ODA Platform Naming Conventions section in the Downloading Civil SDK topic.
  2. Run the sample with appropriate arguments:
    ExTcPoints <source file> <target file>
source file Full path to a drawing file to read input data from.
target file Full path to a drawing file to write output data to.

If the application executed properly, you will see information about source file and it's entities used for creating COGO points. In case you get the "usage" message, check the parameters. An error message indicates problems with the source file.

See also:

Using Sample Applications

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