SketchUp SDK
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
drawing_element.h
Go to the documentation of this file.
1 // Copyright 2013 Trimble Navigation Ltd. All Rights Reserved.
2 #ifndef SLAPI_MODEL_DRAWINGELEMENT_H_
3 #define SLAPI_MODEL_DRAWINGELEMENT_H_
4 
5 #include <slapi/slapi.h>
6 #include <slapi/model/defs.h>
7 
8 #ifdef __cplusplus
9 extern "C" {
10 #endif
11 
27 
38 
47 
58  struct SUBoundingBox3D* bbox);
59 
75  SUMaterialRef* material);
76 
90  SUMaterialRef material);
91 
102 
112 
122  bool hide_flag);
123 
134  bool* hide_flag);
135 
136 
137 #ifdef __cplusplus
138 } // extern "C"
139 #endif
140 
141 #endif // SLAPI_MODEL_DRAWINGELEMENT_H_