NX Open C++ 参考指南 2406 v1.1
载入中...
搜索中...
未找到
ListCreator.hxx
1//--------------------------------------------------------------------------
2// Copyright 2024 Siemens
3//--------------------------------------------------------------------------
4// 用于JA API的C++接口的头文件
5//--------------------------------------------------------------------------
6//
7// 源文件:
8// ListCreator.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/Builder.hxx>
22#include <NXOpen/libnxopencpp_exports.hxx>
23#ifdef _MSC_VER
24#pragma warning(push)
25#pragma warning(disable:4996)
26#endif
27#ifdef __GNUC__
28#pragma GCC diagnostic ignored "-Wdeprecated-declarations"
29#endif
30namespace NXOpen
31{
32 class ListCreator;
33 class Builder;
34 class _ListCreatorBuilder;
35 class ListCreatorImpl;
43 class NXOPENCPPEXPORT ListCreator : public NXOpen::Builder
44 {
52
63
70 private: ListCreatorImpl * m_listcreator_impl;
71 private: friend class _ListCreatorBuilder;
72 protected: ListCreator();
73 public: ~ListCreator();
78 (
79 );
83 public: void SetTessOption
84 (
86 );
91 (
92 );
96 public: void SetLabel
97 (
98 const NXString & label
99 );
104 (
105 const char * label
106 );
110 public: double Chordal
111 (
112 );
116 public: void SetChordal
117 (
118 double chordal
119 );
123 public: double Angular
124 (
125 );
129 public: void SetAngular
130 (
131 double angular
132 );
136 public: double Length
137 (
138 );
142 public: void SetLength
143 (
144 double length
145 );
149 public: double Simplify
150 (
151 );
155 public: void SetSimplify
156 (
157 double simplify
158 );
162 public: double FeatureSuppression
163 (
164 );
169 (
170 double suppression
171 );
175 public: double AdvCompression
176 (
177 );
181 public: void SetAdvCompression
182 (
183 double compression
184 );
189 (
190 );
194 public: void SetResolution
195 (
197 );
202 (
203 );
207 public: void SetNxLabel
208 (
209 const NXString & label
210 );
215 (
216 const char * label
217 );
222 (
223 );
227 public: void SetPerLODChordal
228 (
230 );
231 };
232}
233#ifdef _MSC_VER
234#pragma warning(pop)
235#endif
236#ifdef __GNUC__
237#ifndef NX_NO_GCC_DEPRECATION_WARNINGS
238#pragma GCC diagnostic warning "-Wdeprecated-declarations"
239#endif
240#endif
241#undef EXPORTLIBRARY