NX Open C++ 参考指南
2406 v1.1
载入中...
搜索中...
未找到
D:
Tan_NX2406C++
UGopenLib
NX2406
UGOPEN
NXOpen
Display_PointCloudBuilder.hxx
1
//--------------------------------------------------------------------------
2
// Copyright 2024 Siemens
3
//--------------------------------------------------------------------------
4
// C++接口到JA API的头文件
5
//--------------------------------------------------------------------------
6
//
7
// 源文件:
8
// Display_PointCloudBuilder.ja
9
//
10
// 生成工具:
11
// apiwrap
12
//
13
// 警告:
14
// 此文件由自动生成 - 请勿手动编辑
15
//
16
#pragma once
17
#include <NXOpen/NXDeprecation.hxx>
18
#include <vector>
19
#include <NXOpen/NXString.hxx>
20
#include <NXOpen/Callback.hxx>
21
#include <NXOpen/Display_PointCloudClippingBoxesListItemBuilder.hxx>
22
#include <NXOpen/Builder.hxx>
23
#include <NXOpen/ObjectList.hxx>
24
#include <NXOpen/libnxopencpp_display_exports.hxx>
25
#ifdef _MSC_VER
26
#pragma warning(push)
27
#pragma warning(disable:4996)
28
#endif
29
#ifdef __GNUC__
30
#pragma GCC diagnostic ignored "-Wdeprecated-declarations"
31
#endif
32
namespace
NXOpen
33
{
34
namespace
Display
35
{
36
class
PointCloudBuilder
;
37
}
38
class
Builder
;
39
namespace
Display
40
{
41
class
PointCloudClippingBoxesListItemBuilder
;
42
}
43
namespace
Display
44
{
45
class
PointCloudClippingBoxesListItemBuilderList
;
46
}
47
namespace
Display
48
{
49
class
_PointCloudBuilderBuilder;
50
class
PointCloudBuilderImpl;
80
class
NXOPENCPP_DISPLAYEXPORT PointCloudBuilder :
public
NXOpen::Builder
81
{
83
public
:
enum
ColorModes
84
{
85
ColorModesIndividual
,
86
ColorModesUniform
87
};
88
89
public
:
enum
BrightnessModes
90
{
91
BrightnessModesUniform
,
92
BrightnessModesShaded
93
};
94
private
:
PointCloudBuilderImpl
* m_pointcloudbuilder_impl;
95
private
:
friend
class
_PointCloudBuilderBuilder;
96
protected
:
PointCloudBuilder
();
97
public
:
~PointCloudBuilder
();
101
public
:
NXString
PointDataFile
102
(
103
);
107
public
:
void
SetPointDataFile
108
(
109
const
NXString
& filename
110
);
114
void
SetPointDataFile
115
(
116
const
char
* filename
117
);
121
public
:
void
LoadPointData
122
(
123
);
127
public
:
bool
LoadPointDataWithPart
128
(
129
);
133
public
:
void
SetLoadPointDataWithPart
134
(
135
bool
loadPointDataWithPart
136
);
140
public
:
NXOpen::Display::PointCloudClippingBoxesListItemBuilderList
*
ClippingBoxesList
141
(
142
);
146
public
:
NXOpen::Display::PointCloudBuilder::ColorModes
PointColorMode
147
(
148
);
152
public
:
void
SetPointColorMode
153
(
154
NXOpen::Display::PointCloudBuilder::ColorModes
pointColorMode
155
);
159
public
:
NXOpen::Display::PointCloudBuilder::BrightnessModes
PointBrightnessMode
160
(
161
);
165
public
:
void
SetPointBrightnessMode
166
(
167
NXOpen::Display::PointCloudBuilder::BrightnessModes
pointBrightnessMode
168
);
172
public
:
int
PointSize
173
(
174
);
178
public
:
void
SetPointSize
179
(
180
int
pointSize
181
);
185
public
:
double
PointDensity
186
(
187
);
191
public
:
void
SetPointDensity
192
(
193
double
pointDensity
194
);
198
public
:
NXOpen::Display::PointCloudClippingBoxesListItemBuilder
*
CreateClippingBoxesListItemBuilder
199
(
200
);
201
};
202
}
203
}
204
#ifdef _MSC_VER
205
#pragma warning(pop)
206
#endif
207
#ifdef __GNUC__
208
#ifndef NX_NO_GCC_DEPRECATION_WARNINGS
209
#pragma GCC diagnostic warning "-Wdeprecated-declarations"
210
#endif
211
#endif
212
#undef EXPORTLIBRARY