|
SketchUp C API
|
Interfaces for usage within the SketchUp application. More...
Functions | |
| enum SUResult | SUApplicationGetActiveModel (SUModelRef *model) |
| Gets a reference to the active model. The reference is owned by the SketchUp application and should not be released. More... | |
Interfaces for usage within the SketchUp application.
| enum SUResult SUApplicationGetActiveModel | ( | SUModelRef * | model | ) |
Gets a reference to the active model. The reference is owned by the SketchUp application and should not be released.
| [out] | model | The model object. |
model is NULL
1.8.3.1