NX Open C++ 参考指南 2406 v1.1
载入中...
搜索中...
未找到
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
32namespace NXOpen
33{
34 namespace Display
35 {
37 }
38 class Builder;
39 namespace Display
40 {
42 }
43 namespace Display
44 {
46 }
47 namespace Display
48 {
49 class _PointCloudBuilderBuilder;
50 class PointCloudBuilderImpl;
80 class NXOPENCPP_DISPLAYEXPORT PointCloudBuilder : public NXOpen::Builder
81 {
88
94 private: PointCloudBuilderImpl * m_pointcloudbuilder_impl;
95 private: friend class _PointCloudBuilderBuilder;
96 protected: PointCloudBuilder();
97public: ~PointCloudBuilder();
102 (
103 );
107 public: void SetPointDataFile
108 (
109 const NXString & filename
110 );
115 (
116 const char * filename
117 );
121 public: void LoadPointData
122 (
123 );
128 (
129 );
134 (
135 bool loadPointDataWithPart
136 );
141 (
142 );
147 (
148 );
152 public: void SetPointColorMode
153 (
155 );
160 (
161 );
166 (
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 );
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