NX Open C++ 参考指南 2406 v1.1
载入中...
搜索中...
未找到
Features_DraftBodyBuilder.hxx
1//--------------------------------------------------------------------------
2// Copyright 2024 Siemens
3//--------------------------------------------------------------------------
4// C++接口至JA API的头文件
5//--------------------------------------------------------------------------
6//
7// 源文件:
8// Features_DraftBodyBuilder.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/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 {
37 class DraftBodyBuilder;
38 }
39 class Direction;
40 class Expression;
41 namespace Features
42 {
43 class FeatureBuilder;
44 }
45 class ScCollector;
47 namespace Features
48 {
49 class _DraftBodyBuilderBuilder;
50 class DraftBodyBuilderImpl;
95 class NXOPENCPP_FEATURESEXPORT DraftBodyBuilder : public NXOpen::Features::FeatureBuilder
96 {
99 public: enum Method
100 {
103 };
104
112
119
128
137
145
147 public: enum Types
148 {
151 };
152 private: DraftBodyBuilderImpl * m_draftbodybuilder_impl;
153 private: friend class _DraftBodyBuilderBuilder;
154 protected: DraftBodyBuilder();
155 public: ~DraftBodyBuilder();
160 (
161 );
165 public: void SetType
166 (
168 );
173 (
174 );
179 (
180 );
185 (
186 bool useDraftedBodyAsPartingObject
187 );
192 (
193 );
197 public: void SetDrawDirection
198 (
199 NXOpen::Direction * drawDirection
200 );
205 (
206 );
211 (
212 );
217 (
218 );
223 (
224 );
229 (
230 );
234 public: void SetDraftMethod
235 (
237 );
242 public: NX_DEPRECATED("Deprecated in NX9.0.0. Use NXOpen::Features::DraftBodyBuilder::MatchScope instead") NXOpen::Features::DraftBodyBuilder::MatchOption MatchingOption
243 (
244 );
249 public: NX_DEPRECATED("Deprecated in NX9.0.0. Use NXOpen::Features::DraftBodyBuilder::SetMatchScope instead") void SetMatchingOption
250 (
251 NXOpen::Features::DraftBodyBuilder::MatchOption matchingOption
252 );
256 public: NXOpen::Features::DraftBodyBuilder::MatchingScope MatchScope
257 (
258 );
262 public: void SetMatchScope
263 (
264 NXOpen::Features::DraftBodyBuilder::MatchingScope matchingScope
265 );
269 public: NXOpen::Features::DraftBodyBuilder::MatchingType MatchType
270 (
271 );
275 public: void SetMatchType
276 (
277 NXOpen::Features::DraftBodyBuilder::MatchingType matchType
278 );
283 (
284 );
289 (
290 );
295 public: NX_DEPRECATED("Deprecated in NX9.0.0. Use NXOpen::Features::DraftBodyBuilder::RepairPartingEdge instead") NXOpen::Features::DraftBodyBuilder::RepairOption RepairingOption
296 (
297 );
302 public: NX_DEPRECATED("Deprecated in NX9.0.0. Use NXOpen::Features::DraftBodyBuilder::SetRepairPartingEdge instead") void SetRepairingOption
303 (
304 NXOpen::Features::DraftBodyBuilder::RepairOption repairingOption
305 );
310 (
311 );
316 (
317 NXOpen::Features::DraftBodyBuilder::RepairingPartingEdgeOption repairingPartingEdges
318 );
323 public: NX_DEPRECATED("Deprecated in NX9.0.0. Use NXOpen::Features::DraftBodyBuilder::FilletRadius instead") NXOpen::Expression * RepairRadius
324 (
325 );
330 (
331 );
336 (
337 );
342 (
343 bool extremeFacePointOverridesStationary
344 );
349 (
350 );
355 (
356 );
360 public: double Tolerance
361 (
362 );
366 public: void SetTolerance
367 (
368 double tolerance
369 );
370 };
371 }
372}
373#ifdef _MSC_VER
374#pragma warning(pop)
375#endif
376#ifdef __GNUC__
377#ifndef NX_NO_GCC_DEPRECATION_WARNINGS
378#pragma GCC diagnostic warning "-Wdeprecated-declarations"
379#endif
380#endif
381#undef EXPORTLIBRARY