ODA Product: | Facet Modeler |
Sample Name: | FMReadEx |
Categories: | C++ / Beginner / Read .adb files / iOS, macOS, Linux, Windows |
Source Code Location: | FacetModeler/examples/FMReadEx/ |
A sample console application that reads .adb files (created by FMCreate).
To run the FMReadEx sample application:
<KERNEL_DIR>\exe\<version>
\<KERNEL_DIR>/bin/<version>
/<KERNEL_DIR>
is a directory where you unpacked the Kernel archive.<version>
parameter, please see the appropriate section in the Download Kernel SDK topic.
FMReadEx <file_name> <type_name>
If the application executes properly, information displays about the object from the .adb file on your screen.
If you get the 'Unknown error' message after executing the program, check that the type of object in the file matches the <type_name>
parameter.
To determine the object type, see the table in the FMCreate Sample Application topic.
file_name
|
Full path to the input .adb file that should be read. |
type_name
|
Name of the object type that is written in the input file.
Possible names:
|
Usage example is provided in the topic about running your first application.
Copyright © 2002 – 2020. Open Design Alliance. All rights reserved.
|