NX Open C++ 参考指南 2406 v1.1
载入中...
搜索中...
未找到
Features_BlendPocketBuilder.hxx
1//--------------------------------------------------------------------------
2// Copyright 2024 Siemens
3//--------------------------------------------------------------------------
4// C++接口JA API的头文件
5//--------------------------------------------------------------------------
6//
7// 源文件:
8// Features_BlendPocketBuilder.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/Expression.hxx>
22#include <NXOpen/Features_FeatureBuilder.hxx>
23#include <NXOpen/ScCollector.hxx>
24#include <NXOpen/libnxopencpp_features_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 Features
35 {
37 }
38 class Expression;
39 namespace Features
40 {
41 class FeatureBuilder;
42 }
43 class ScCollector;
44 namespace Features
45 {
46 class _BlendPocketBuilderBuilder;
47 class BlendPocketBuilderImpl;
84 class NXOPENCPP_FEATURESEXPORT BlendPocketBuilder : public NXOpen::Features::FeatureBuilder
85 {
94
103 private: BlendPocketBuilderImpl * m_blendpocketbuilder_impl;
104 private: friend class _BlendPocketBuilderBuilder;
105 protected: BlendPocketBuilder();
106public: ~BlendPocketBuilder();
111 (
112 );
116 public: void SetFloorFaces
117 (
118 NXOpen::ScCollector * floorFaces
119 );
124 (
125 );
129 public: void SetWallFaces
130 (
131 NXOpen::ScCollector * wallFaces
132 );
137 (
138 );
143 (
144 NXOpen::ScCollector * deselectedWallFaces
145 );
149 public: bool AutoInferWall
150 (
151 );
155 public: void SetAutoInferWall
156 (
157 bool autoInferWall
158 );
163 (
164 );
168 public: void SetToolType
169 (
171 );
176 (
177 );
182 (
183 );
188 (
189 );
194 (
195 );
200 (
201 );
206 (
207 );
212 (
214 );
219 (
220 );
221 };
222 }
223}
224#ifdef _MSC_VER
225#pragma warning(pop)
226#endif
227#ifdef __GNUC__
228#ifndef NX_NO_GCC_DEPRECATION_WARNINGS
229#pragma GCC diagnostic warning "-Wdeprecated-declarations"
230#endif
231#endif
232#undef EXPORTLIBRARY