NX Open C++ 参考指南 2406 v1.1
载入中...
搜索中...
未找到
CAM_Tool.hxx
1//--------------------------------------------------------------------------
2// Copyright 2024 Siemens
3//--------------------------------------------------------------------------
4// C++ 接口访问 JA API 的头文件
5//--------------------------------------------------------------------------
6//
7// 源文件:
8// CAM_Tool.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/CAM_ToolSolid.hxx>
22#include <NXOpen/CAM_NCGroup.hxx>
23#include <NXOpen/libnxopencpp_cam_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 CAM
34 {
35 class Tool;
36 }
37 namespace CAM
38 {
40 }
41 namespace CAM
42 {
43 class NCGroup;
44 }
45 namespace CAM
46 {
47 class ProbeTrackPoint;
48 }
49 namespace CAM
50 {
52 }
53 namespace CAM
54 {
55 class SolidTrackPoint;
56 }
57 namespace CAM
58 {
60 }
61 namespace CAM
62 {
63 class ToolSolid;
64 }
65 namespace CAM
66 {
68 }
69 namespace CAM
70 {
71 class _ToolBuilder;
72 class ToolImpl;
76 class NXOPENCPP_CAMEXPORT Tool : public NXOpen::CAM::NCGroup
77 {
96
149 private: ToolImpl * m_tool_impl;
150 private: friend class _ToolBuilder;
151 protected: Tool();
152public: ~Tool();
157 (
159 );
164 (
166 );
171 (
173 );
177 public: void UpdateFromLibrary
178 (
179 );
183 public: void GetTypeAndSubtype
184 (
187 );
191 public: bool RetrieveHolder
192 (
193 const NXString & libRef
194 );
199 (
200 const char * libRef
201 );
205 public: void ExportPart
206 (
207 const NXString & libRef
208 );
213 (
214 const char * libRef
215 );
217
220 public: NXOpen::CAM::ToolSolid * GetToolSolid
221 (
222 );
224
227 public: bool RetrieveShank
228 (
229 const NXString & shankLibRef
230 );
235 (
236 const char * shankLibRef
237 );
242 };
243 }
244}
245#ifdef _MSC_VER
246#pragma warning(pop)
247#endif
248#ifdef __GNUC__
249#ifndef NX_NO_GCC_DEPRECATION_WARNINGS
250#pragma GCC diagnostic warning "-Wdeprecated-declarations"
251#endif
252#endif
253#undef EXPORTLIBRARY