NX Open C++ 参考指南 2406 v1.1
载入中...
搜索中...
未找到
Tooling_ChamferingInsertBuilder.hxx
1//--------------------------------------------------------------------------
2// Copyright 2024 Siemens
3//--------------------------------------------------------------------------
4// JA API的C++接口头文件
5//--------------------------------------------------------------------------
6//
7// 源文件:
8// Tooling_ChamferingInsertBuilder.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/ScCollector.hxx>
23#include <NXOpen/libnxopencpp_tooling_exports.hxx>
24#ifdef _MSC_VER
25#pragma warning(push)
26#pragma warning(disable:4996)
27#endif
28#ifdef __GNUC__
29#pragma GCC diagnostic ignored "-Wdeprecated-declarations"
30#endif
31namespace NXOpen
32{
33 namespace Tooling
34 {
36 }
37 class Builder;
38 class ScCollector;
39 class TaggedObject;
40 namespace Tooling
41 {
42 class _ChamferingInsertBuilderBuilder;
43 class ChamferingInsertBuilderImpl;
89 class NXOPENCPP_TOOLINGEXPORT ChamferingInsertBuilder : public NXOpen::Builder
90 {
96
103
110 private: ChamferingInsertBuilderImpl * m_chamferinginsertbuilder_impl;
111 private: friend class _ChamferingInsertBuilderBuilder;
112 protected: ChamferingInsertBuilder();
118 (
119 );
124 (
125 );
129 public: void SetParentPartNode
130 (
132 );
137 (
138 );
142 public: void SetFaceEdgeType
143 (
145 );
150 (
151 );
155 public: void SetInsertType
156 (
158 );
162 public: void StandardInsert
163 (
164 );
168 public: bool PunchPlateToggle
169 (
170 );
175 (
176 bool punchPlateToggle
177 );
181 public: double PunchPlateClearance
182 (
183 );
188 (
189 double punchPlateClearance
190 );
195 (
196 );
201 (
202 bool bottomingPlateToggle
203 );
208 (
209 );
214 (
215 double bottomingPlateClearance
216 );
221 (
222 );
227 (
228 bool stripperPlateToggle
229 );
234 (
235 );
240 (
241 double stripperPlateClearance
242 );
246 public: bool DiePlateToggle
247 (
248 );
252 public: void SetDiePlateToggle
253 (
254 bool diePlateToggle
255 );
259 public: double DiePlateClearance
260 (
261 );
266 (
267 double diePlateClearance
268 );
272 public: bool RenameComponent
273 (
274 );
279 (
280 bool renameComponent
281 );
285 public: int WizardType
286 (
287 );
291 public: void SetWizardType
292 (
293 int wizardType
294 );
299 (
300 );
304 public: void SetParentPartName
305 (
306 const NXString & parentPartName
307 );
312 (
313 const char * parentPartName
314 );
319 (
320 );
325 (
326 NXOpen::TaggedObject * insertInstanceTag
327 );
332 (
333 );
338 (
339 );
344 (
345 );
349 public: std::vector<NXString> GetParentNames
350 (
351 );
355 public: void SetParentNames
356 (
357 std::vector<NXString> & parentNames
358 );
363 (
364 std::vector<NXOpen::TaggedObject *> & selectedFaceOccurrences
365 );
370 (
371 const std::vector<NXOpen::TaggedObject *> & selectedFaceOccurrences
372 );
373 };
374 }
375}
376#ifdef _MSC_VER
377#pragma warning(pop)
378#endif
379#ifdef __GNUC__
380#ifndef NX_NO_GCC_DEPRECATION_WARNINGS
381#pragma GCC diagnostic warning "-Wdeprecated-declarations"
382#endif
383#endif
384#undef EXPORTLIBRARY