SketchUp SDK
Main Page
Data Structures
Files
File List
Globals
All
Data Structures
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Macros
Pages
slapi
model
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
28
SU_EXPORT
SUEntityRef
SUPolyline3dToEntity
(
SUPolyline3dRef
line);
29
39
SU_EXPORT
SUPolyline3dRef
SUPolyline3dFromEntity
(
SUEntityRef
entity);
40
49
SU_EXPORT
SUDrawingElementRef
SUPolyline3dToDrawingElement
(
SUPolyline3dRef
50
line);
51
61
SU_EXPORT
SUPolyline3dRef
SUPolyline3dFromDrawingElement
(
SUDrawingElementRef
62
drawing_elem);
63
73
SU_RESULT
SUPolyline3dGetNumPoints
(
SUPolyline3dRef
line,
size_t
* count);
74
86
SU_RESULT
SUPolyline3dGetPoints
(
SUPolyline3dRef
line,
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_
Generated on Tue Aug 6 2013 11:05:25 for SketchUp SDK by
1.8.3.1