NX Open C++ 参考指南 2406 v1.1
载入中...
搜索中...
未找到
Join_PointJoinHardware.hxx
1//--------------------------------------------------------------------------
2// Copyright 2024 Siemens
3//--------------------------------------------------------------------------
4// C++接口JA API的头文件
5//--------------------------------------------------------------------------
6//
7// 源文件:
8// Join_PointJoinHardware.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/TaggedObject.hxx>
22#include <NXOpen/libjoinopencpp_exports.hxx>
23#ifdef _MSC_VER
24#pragma warning(push)
25#pragma warning(disable:4996)
26#endif
27#ifdef __GNUC__
28#pragma GCC diagnostic ignored "-Wdeprecated-declarations"
29#endif
30namespace NXOpen
31{
32 namespace Join
33 {
35 }
36 namespace Join
37 {
38 class _PointJoinHardwareBuilder;
39 class PointJoinHardwareImpl;
43 class JOINOPENCPPEXPORT PointJoinHardware : public NXOpen::TaggedObject
44 {
55 private: PointJoinHardwareImpl * m_pointjoinhardware_impl;
56 private: friend class _PointJoinHardwareBuilder;
57 protected: PointJoinHardware();
58 public: ~PointJoinHardware();
64 public: NXString Name
65 (
66 );
72 public: void SetName
73 (
74 const NXString & name
75 );
82 (
83 const char * name
84 );
89 (
90 );
94 public: void SetSpecification
95 (
96 const NXString & spec
97 );
102 (
103 const char * spec
104 );
111 (
112 );
118 public: void SetPath
119 (
120 const NXString & path
121 );
128 (
129 const char * path
130 );
135 (
136 );
140 public: void SetType
141 (
142 const NXString & type
143 );
148 (
149 const char * type
150 );
155 (
156 );
160 public: void SetOrientation
161 (
162 const NXString & orientation
163 );
168 (
169 const char * orientation
170 );
174 public: double Thickness
175 (
176 );
180 public: void SetThickness
181 (
182 double thickness
183 );
187 public: double ThreadPitch
188 (
189 );
193 public: void SetThreadPitch
194 (
195 double threadPitch
196 );
200 public: double ThreadedLength
201 (
202 );
206 public: void SetThreadedLength
207 (
208 double threadedLength
209 );
214 (
215 );
220 (
222 );
227 (
228 );
233 (
234 const NXString & instanceId
235 );
240 (
241 const char * instanceId
242 );
247 (
248 );
253 (
254 const NXString & classId
255 );
260 (
261 const char * classId
262 );
270 (
271 );
278 public: void SetFamilyInstance
279 (
280 const NXString & familyInstance
281 );
289 (
290 const char * familyInstance
291 );
296 (
297 );
302 (
303 const NXString & specDescName
304 );
309 (
310 const char * specDescName
311 );
312 };
313 }
314}
315#ifdef _MSC_VER
316#pragma warning(pop)
317#endif
318#ifdef __GNUC__
319#ifndef NX_NO_GCC_DEPRECATION_WARNINGS
320#pragma GCC diagnostic warning "-Wdeprecated-declarations"
321#endif
322#endif
323#undef EXPORTLIBRARY