SkpReader C++ API |
What is the SkpReader C++ API?
The SkpReader C++ API provides read only access to the information in a SketchUp model.
The API is available via two mechanisms: the SketchUp application itself, and a standalone SkpReader binary.
What can you do with it?
- Write a plugin exporter for the SketchUp application
- Write a standalone .skp to .xyz file format converter
- Write a .skp file importer for your application
Learn More:
More information, FAQ's, reference documentation and examples are provided
in the SkpReader C++ API Documentation.
|
|
|
SkpWriter C++ API |
What is the SkpWriter C++ API?
The SkpWriter C++ API provides the ability to write a SketchUp (.skp) format file.
The API is available as a standalone SkpWriter binary.
What can you do with it?
- Write a plugin importer for the SketchUp application
- Write a standalone .xyz to .skp file format converter
- Write a .skp file exporter for your application
Learn More:
More information, FAQ's, reference documentation and examples are provided
in the SkpWriter C++ API Documentation.
|
|