NX Open C++ 参考指南
2406 v1.1
载入中...
搜索中...
未找到
D:
Tan_NX2406C++
UGopenLib
NX2406
UGOPEN
NXOpen
Annotations_LeaderBundle.hxx
1
//--------------------------------------------------------------------------
2
// Copyright 2024 Siemens
3
//--------------------------------------------------------------------------
4
// C++接口到JA API的头文件
5
//--------------------------------------------------------------------------
6
//
7
// 源文件:
8
// Annotations_LeaderBundle.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.hxx>
22
#include <NXOpen/TransientObject.hxx>
23
#include <NXOpen/ugmath.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
LeaderBundle
;
37
}
38
class
NXObject
;
39
class
View
;
40
namespace
Annotations
41
{
42
class
LeaderBundleImpl;
46
class
NXOPENCPP_ANNOTATIONSEXPORT
LeaderBundle
:
public
NXOpen::TransientObject
47
{
48
private
:
LeaderBundleImpl
* m_leaderbundle_impl;
50
public
:
explicit
LeaderBundle
(
void
*ptr);
52
57
public
:
virtual
~LeaderBundle
();
61
public
:
NXOpen::Annotations::LeaderType
LeaderType
62
(
63
);
67
public
:
void
SetLeaderType
68
(
69
NXOpen::Annotations::LeaderType
leaderType
70
);
74
public
:
NXOpen::Annotations::LeaderSide
LeaderSide
75
(
76
);
80
public
:
void
SetLeaderSide
81
(
82
NXOpen::Annotations::LeaderSide
leaderSide
83
);
87
public
:
NXOpen::Annotations::LeaderAlignment
LeaderAlignment
88
(
89
);
93
public
:
void
SetLeaderAlignment
94
(
95
NXOpen::Annotations::LeaderAlignment
leaderAlignment
96
);
105
public
:
int
NumberOfLeaders
106
(
107
);
116
public
:
void
SetNumberOfLeaders
117
(
118
int
numLeaders
119
);
123
public
:
void
SetLeaderData
124
(
125
int
n ,
126
NXOpen::Annotations::LeaderAttachment
attachmentType ,
127
NXOpen::NXObject
* attachmentObject ,
129
NXOpen::View
* attachmentView ,
131
const
NXOpen::Point3d
& endPoint ,
134
double
angle ,
135
const
std::vector<NXOpen::Point3d> & intermediatePoints
140
);
141
};
//lint !e1712 类未定义默认构造函数
142
}
143
}
144
#ifdef _MSC_VER
145
#pragma warning(pop)
146
#endif
147
#ifdef __GNUC__
148
#ifndef NX_NO_GCC_DEPRECATION_WARNINGS
149
#pragma GCC diagnostic warning "-Wdeprecated-declarations"
150
#endif
151
#endif
152
#undef EXPORTLIBRARY