NX Open C++ 参考指南
2406 v1.1
载入中...
搜索中...
未找到
D:
Tan_NX2406C++
UGopenLib
NX2406
UGOPEN
NXOpen
Weld_Jointmark.hxx
1
//--------------------------------------------------------------------------
2
// Copyright 2024 Siemens
3
//--------------------------------------------------------------------------
4
// C++接口到JA API的头文件
5
//--------------------------------------------------------------------------
6
//
7
// 源文件:
8
// Weld_Jointmark.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/INXObject.hxx>
23
#include <NXOpen/Weld_IFeature.hxx>
24
#include <NXOpen/libnxopencpp_weld_exports.hxx>
25
#ifdef _MSC_VER
26
#pragma warning(push)
27
#pragma warning(disable:4996)
28
#endif
29
#ifdef __GNUC__
30
#pragma GCC diagnostic ignored "-Wdeprecated-declarations"
31
#endif
32
namespace
NXOpen
33
{
34
namespace
Weld
35
{
36
class
Jointmark
;
37
}
38
namespace
Assemblies
39
{
40
class
Component
;
41
}
42
class
BasePart
;
43
namespace
Features
44
{
45
class
Feature
;
46
}
47
class
INXObject
;
48
class
ReferenceSet
;
49
namespace
Weld
50
{
51
class
IFeature
;
52
}
53
namespace
Weld
54
{
55
class
_JointmarkBuilder;
56
class
JointmarkImpl;
60
class
NXOPENCPP_WELDEXPORT Jointmark :
public
NXOpen::Features::Feature
,
public
virtual
NXOpen::Weld::IFeature
61
{
62
private
:
JointmarkImpl
* m_jointmark_impl;
63
private
:
friend
class
_JointmarkBuilder;
64
protected
: Jointmark();
65
public
: ~Jointmark();
69
public
:
virtual
void
GetFeatureDiagnostics
70
(
71
std::vector<int> & diagnosticCodes
72
);
76
public
:
virtual
NXString
GetFeatureIconName
77
(
78
);
82
public
:
virtual
int
GetFeatureLayer
83
(
84
);
88
public
:
virtual
int
GetFeatureObjectColor
89
(
90
);
94
public
:
virtual
void
GetFeatureReferenceSets
95
(
96
std::vector<NXOpen::ReferenceSet *> & refSet
97
);
101
public
:
virtual
void
GetFeatureReferenceSetStrings
102
(
103
std::vector<NXString> & refSet
104
);
105
};
106
}
107
}
108
#ifdef _MSC_VER
109
#pragma warning(pop)
110
#endif
111
#ifdef __GNUC__
112
#ifndef NX_NO_GCC_DEPRECATION_WARNINGS
113
#pragma GCC diagnostic warning "-Wdeprecated-declarations"
114
#endif
115
#endif
116
#undef EXPORTLIBRARY