SketchUp SDK
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
polyline3d.h
Go to the documentation of this file.
1 // Copyright 2013 Trimble Navigation Ltd. All Rights Reserved.
2 
3 #ifndef SLAPI_MODEL_POLYLINE3D_H_
4 #define SLAPI_MODEL_POLYLINE3D_H_
5 
6 #include <slapi/slapi.h>
7 #include <slapi/geometry.h>
8 #include <slapi/model/defs.h>
9 
10 #ifdef __cplusplus
11 extern "C" {
12 #endif
13 
29 
40 
50  line);
51 
62  drawing_elem);
63 
73 SU_RESULT SUPolyline3dGetNumPoints(SUPolyline3dRef line, size_t* count);
74 
87  size_t len,
88  struct SUPoint3D points[],
89  size_t* count);
90 
91 #ifdef __cplusplus
92 } // extern "C"
93 #endif
94 
95 #endif // SLAPI_MODEL_POLYLINE3D_H_