NX Open C++ 参考指南 2406 v1.1
载入中...
搜索中...
未找到
Features_PoleSmoothingBuilder.hxx
1//--------------------------------------------------------------------------
2// Copyright 2024 Siemens
3//--------------------------------------------------------------------------
4// C++接口的头文件,用于JA API
5//--------------------------------------------------------------------------
6//
7// 源文件:
8// Features_PoleSmoothingBuilder.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/GeometricUtilities_Continuity.hxx>
22#include <NXOpen/GeometricUtilities_ControlPoleManagerData.hxx>
23#include <NXOpen/Features_FeatureBuilder.hxx>
24#include <NXOpen/SelectObject.hxx>
25#include <NXOpen/libnxopencpp_features_exports.hxx>
26#ifdef _MSC_VER
27#pragma warning(push)
28#pragma warning(disable:4996)
29#endif
30#ifdef __GNUC__
31#pragma GCC diagnostic ignored "-Wdeprecated-declarations"
32#endif
33namespace NXOpen
34{
35 namespace Features
36 {
38 }
39 class Direction;
40 class Face;
41 namespace Features
42 {
43 class FeatureBuilder;
44 }
45 namespace GeometricUtilities
46 {
47 class Continuity;
48 }
49 namespace GeometricUtilities
50 {
52 }
53 class SelectFace;
54 namespace Features
55 {
56 class _PoleSmoothingBuilderBuilder;
57 class PoleSmoothingBuilderImpl;
84 class NXOPENCPP_FEATURESEXPORT PoleSmoothingBuilder : public NXOpen::Features::FeatureBuilder
85 {
86 private: PoleSmoothingBuilderImpl * m_polesmoothingbuilder_impl;
87 private: friend class _PoleSmoothingBuilderBuilder;
88 protected: PoleSmoothingBuilder();
89public: ~PoleSmoothingBuilder();
94 (
95 );
100 (
101 );
106 (
107 bool moveOnlySelectedPoles
108 );
113 (
114 );
119 (
120 );
125 (
126 bool useSpecificDirection
127 );
132 (
133 );
137 public: void SetMovementVector
138 (
139 NXOpen::Direction * movementVector
140 );
145 (
146 );
151 (
152 bool applyConstraintsToAll
153 );
158 (
159 );
164 (
165 );
170 (
171 );
176 (
177 );
181 public: int SmoothingFactor
182 (
183 );
188 (
189 int smoothingFactor
190 );
195 (
196 );
201 (
202 int modificationPercentage
203 );
208 (
209 );
214 (
215 int numbePolesSelected
216 );
221 (
222 std::vector<int> & selectedPolesIndex
223 );
228 (
229 const std::vector<int> & selectedPolesIndex
230 );
234 public: bool GetCreateNewCopy
235 (
236 );
240 public: void SetCreateNewCopy
241 (
242 bool createNewCopy
243 );
248 (
249 NXOpen::Face * face
250 );
251 };
252 }
253}
254#ifdef _MSC_VER
255#pragma warning(pop)
256#endif
257#ifdef __GNUC__
258#ifndef NX_NO_GCC_DEPRECATION_WARNINGS
259#pragma GCC diagnostic warning "-Wdeprecated-declarations"
260#endif
261#endif
262#undef EXPORTLIBRARY