NX Open C++ 参考指南
2406 v1.1
载入中...
搜索中...
未找到
D:
Tan_NX2406C++
UGopenLib
NX2406
UGOPEN
NXOpen
Die_Tip.hxx
1
//--------------------------------------------------------------------------
2
// Copyright 2024 Siemens
3
//--------------------------------------------------------------------------
4
// 头部文件,用于 C++ 接口访问 JA API
5
//--------------------------------------------------------------------------
6
//
7
// 源文件:
8
// Die_Tip.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/Features_Feature.hxx>
22
#include <NXOpen/ScCollector.hxx>
23
#include <NXOpen/libnxopencpp_die_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
31
namespace
NXOpen
32
{
33
namespace
Die
34
{
35
class
Tip
;
36
}
37
class
Curve
;
38
class
Direction
;
39
class
Edge
;
40
namespace
Features
41
{
42
class
Feature
;
43
}
44
class
IProfile
;
45
class
Point
;
46
class
ScCollector
;
47
namespace
Die
48
{
49
class
_TipBuilder;
50
class
TipImpl;
54
class
NXOPENCPP_DIEEXPORT Tip :
public
NXOpen::Features::Feature
55
{
56
private
:
TipImpl
* m_tip_impl;
57
private
:
friend
class
_TipBuilder;
58
protected
: Tip();
59
public
: ~Tip();
66
public
:
void
CreateDieData
67
(
68
bool
allTips
69
);
73
public
:
void
DeleteDieData
74
(
75
);
79
public
:
void
DisplayDieData
80
(
81
);
85
public
:
void
UndisplayDieData
86
(
87
);
91
public
:
void
TransformDiePoint
92
(
93
NXOpen::Point
* point
94
);
98
public
:
void
TransformDieDirection
99
(
100
NXOpen::Direction
* vector
101
);
105
public
:
void
SetReferenceCurves
106
(
107
const
std::vector<NXOpen::Curve *> & objects
108
);
112
public
:
void
MapCollectorToPart
113
(
114
NXOpen::ScCollector
* collector
115
);
119
public
:
void
MapCollectorToDie
120
(
121
NXOpen::ScCollector
* collector
122
);
126
public
:
void
MapEdge
127
(
128
NXOpen::IProfile
* inEdge ,
129
NXOpen::IProfile
** partEdge ,
130
NXOpen::IProfile
** dieEdge
131
);
135
public
: std::vector<NXOpen::Edge *>
GetUnprocessedHoles
136
(
137
);
141
public
:
void
AddToDieData
142
(
143
const
std::vector<NXOpen::Curve *> & objects
144
);
145
};
146
}
147
}
148
#ifdef _MSC_VER
149
#pragma warning(pop)
150
#endif
151
#ifdef __GNUC__
152
#ifndef NX_NO_GCC_DEPRECATION_WARNINGS
153
#pragma GCC diagnostic warning "-Wdeprecated-declarations"
154
#endif
155
#endif
156
#undef EXPORTLIBRARY