NX Open C++ 参考指南
2406 v1.1
载入中...
搜索中...
未找到
D:
Tan_NX2406C++
UGopenLib
NX2406
UGOPEN
NXOpen
Annotations_FcfData.hxx
1
//--------------------------------------------------------------------------
2
// Copyright 2024 Siemens
3
//--------------------------------------------------------------------------
4
// C++ 接口访问 JA API 的头文件
5
//--------------------------------------------------------------------------
6
//
7
// 源文件:
8
// Annotations_FcfData.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/Annotations_FcfFrameData.hxx>
22
#include <NXOpen/Annotations_SimpleDraftingAidPreferences.hxx>
23
#include <NXOpen/TransientObject.hxx>
24
#include <NXOpen/libnxopencpp_annotations_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
Annotations
35
{
36
class
FcfData
;
37
}
38
namespace
Annotations
39
{
40
class
FcfFrameData
;
41
}
42
namespace
Annotations
43
{
44
class
SimpleDraftingAidPreferences
;
45
}
46
namespace
Annotations
47
{
48
}
49
namespace
Annotations
50
{
51
class
FcfDataImpl;
55
class
NXOPENCPP_ANNOTATIONSEXPORT
FcfData
:
public
NXOpen::TransientObject
56
{
57
private
:
FcfDataImpl
* m_fcfdata_impl;
59
public
:
explicit
FcfData
(
void
*ptr);
61
64
public
:
virtual
~FcfData
();
68
public
:
NXOpen::Annotations::FcfFrameData
*
GetFrameData
69
(
70
);
74
public
:
void
SetFrameData
75
(
76
NXOpen::Annotations::FcfFrameData
* frameData
77
);
81
public
:
NXOpen::Annotations::SimpleDraftingAidPreferences
*
GetSimpleDraftingAidPreferences
82
(
83
);
87
public
:
void
SetSimpleDraftingAidPreferences
88
(
89
NXOpen::Annotations::SimpleDraftingAidPreferences
* preferences
90
);
91
};
//lint !e1712 类未定义默认构造函数
92
}
93
}
94
#ifdef _MSC_VER
95
#pragma warning(pop)
96
#endif
97
#ifdef __GNUC__
98
#ifndef NX_NO_GCC_DEPRECATION_WARNINGS
99
#pragma GCC diagnostic warning "-Wdeprecated-declarations"
100
#endif
101
#endif
102
#undef EXPORTLIBRARY