NX Open C++ 参考指南 2406 v1.1
载入中...
搜索中...
未找到
Tooling_BackingPadBuilder.hxx
1//--------------------------------------------------------------------------
2// Copyright 2024 Siemens
3//--------------------------------------------------------------------------
4// Header for C++ interface to JA API
5//--------------------------------------------------------------------------
6//
7// Source File:
8// Tooling_BackingPadBuilder.ja
9//
10// Generated by:
11// apiwrap
12//
13// WARNING:
14// This file is automatically generated - do not edit by hand
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/GeometricUtilities_BooleanOperation.hxx>
23#include <NXOpen/Builder.hxx>
24#include <NXOpen/Section.hxx>
25#include <NXOpen/SelectObject.hxx>
26#include <NXOpen/SelectObjectList.hxx>
27#include <NXOpen/libnxopencpp_tooling_exports.hxx>
28#ifdef _MSC_VER
29#pragma warning(push)
30#pragma warning(disable:4996)
31#endif
32#ifdef __GNUC__
33#pragma GCC diagnostic ignored "-Wdeprecated-declarations"
34#endif
35namespace NXOpen
36{
37 namespace Tooling
38 {
40 }
41 namespace Assemblies
42 {
43 class SelectComponent;
44 }
45 class Builder;
46 class Expression;
47 namespace Features
48 {
50 }
51 namespace GeometricUtilities
52 {
53 class BooleanOperation;
54 }
55 class Part;
56 class Section;
57 class SelectFaceList;
58 namespace Tooling
59 {
60 class _BackingPadBuilderBuilder;
61 class BackingPadBuilderImpl;
89 class NXOPENCPP_TOOLINGEXPORT BackingPadBuilder : public NXOpen::Builder
90 {
98 private: BackingPadBuilderImpl * m_backingpadbuilder_impl;
99 private: friend class _BackingPadBuilderBuilder;
100 protected: BackingPadBuilder();
101public: ~BackingPadBuilder();
106 (
107 );
112 (
113 );
118 (
119 );
124 (
125 );
130 (
131 );
136 (
137 );
142 (
143 );
148 (
149 );
154 (
155 );
160 (
161 );
166 (
167 );
172 (
173 );
177 public: void SetType
178 (
180 );
185 (
186 );
191 (
192 NXOpen::Part * previousWorkPart
193 );
197 public: void WaveFaces
198 (
199 );
203 public: void DeleteWavedFaces
204 (
205 );
206};
207 }
208}
209#ifdef _MSC_VER
210#pragma warning(pop)
211#endif
212#ifdef __GNUC__
213#ifndef NX_NO_GCC_DEPRECATION_WARNINGS
214#pragma GCC diagnostic warning "-Wdeprecated-declarations"
215#endif
216#endif
217#undef EXPORTLIBRARY