Skip to content

Latest commit

 

History

History
21 lines (16 loc) · 821 Bytes

README.md

File metadata and controls

21 lines (16 loc) · 821 Bytes

CsharpSketchUpAPI

C# SketchUp C API wrapper

A pure C# implementation of a wrapper allowing C# code to call SketchUp C API functions.

Not all API functions are wrapped. However, with priority having gone to those needed to create models useable in Unity games, wrappers exist that allow this much:

  • Creation of SketchUp model files.
  • Organization of components into a tree hierarchy.
  • Translation, rotation, and scaling of components, relative to their hierarchy parents.
  • Assignment of texture-mapping coordinates.
  • Creating materials.
  • Naming components and their instances in a model.
  • Positioning the SketchUp camera in the model space.
  • Assignment of a SketchUp style from a file.

Note

This software includes third-party libraries. Please read the limitations on their use in the LICENSE.md file.