NX Open C++ 参考指南 2406 v1.1
载入中...
搜索中...
未找到
Weld_PlugSlotBuilder.hxx
1//--------------------------------------------------------------------------
2// Copyright 2024 Siemens
3//--------------------------------------------------------------------------
4// C++接口至JA API的头文件
5//--------------------------------------------------------------------------
6//
7// 源文件:
8// Weld_PlugSlotBuilder.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/Section.hxx>
25#include <NXOpen/Weld_CharacteristicsBuilder.hxx>
26#include <NXOpen/libnxopencpp_weld_exports.hxx>
27#ifdef _MSC_VER
28#pragma warning(push)
29#pragma warning(disable:4996)
30#endif
31#ifdef __GNUC__
32#pragma GCC diagnostic ignored "-Wdeprecated-declarations"
33#endif
34namespace NXOpen
35{
36 namespace Weld
37 {
38 class PlugSlotBuilder;
39 }
40 class Expression;
41 class Face;
42 namespace Features
43 {
44 class FeatureBuilder;
45 }
46 class ScCollector;
47 class Section;
48 namespace Weld
49 {
51 }
52 namespace Weld
53 {
54 class _PlugSlotBuilderBuilder;
55 class PlugSlotBuilderImpl;
80 class NXOPENCPP_WELDEXPORT PlugSlotBuilder : public NXOpen::Features::FeatureBuilder
81 {
90
99 private: PlugSlotBuilderImpl * m_plugslotbuilder_impl;
100 private: friend class _PlugSlotBuilderBuilder;
101 protected: PlugSlotBuilder();
102public: ~PlugSlotBuilder();
107 (
108 );
113 (
114 );
119 (
120 );
125 (
126 );
130 public: void SetContourType
131 (
133 );
138 (
139 );
144 (
145 );
150 (
151 );
155 public: bool AssignWeldPMI
156 (
157 );
161 public: void SetAssignWeldPMI
162 (
163 bool assignWeldPMI
164 );
168 public: bool FieldWeld
169 (
170 );
174 public: void SetFieldWeld
175 (
176 bool fieldWeld
177 );
182 (
183 );
187 public: void SetSeedFace1
188 (
189 NXOpen::Face * seedFace1
190 );
195 (
196 );
200 public: void SetSeedFace2
201 (
202 NXOpen::Face * seedFace2
203 );
204};
205 }
206}
207#ifdef _MSC_VER
208#pragma warning(pop)
209#endif
210#ifdef __GNUC__
211#ifndef NX_NO_GCC_DEPRECATION_WARNINGS
212#pragma GCC diagnostic warning "-Wdeprecated-declarations"
213#endif
214#endif
215#undef EXPORTLIBRARY