NX Open C++ 参考指南
2406 v1.1
载入中...
搜索中...
未找到
D:
Tan_NX2406C++
UGopenLib
NX2406
UGOPEN
NXOpen
Annotations_AnnotationPlacement.hxx
1
//--------------------------------------------------------------------------
2
// Copyright 2024 Siemens
3
//--------------------------------------------------------------------------
4
// JA API C++ 接口头文件
5
//--------------------------------------------------------------------------
6
//
7
// 源文件:
8
// Annotations_AnnotationPlacement.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/Annotations_Annotation.hxx>
23
#include <NXOpen/Annotations_LeaderBundle.hxx>
24
#include <NXOpen/TaggedObject.hxx>
25
#include <NXOpen/ugmath.hxx>
26
#include <NXOpen/libnxopencpp_annotations_exports.hxx>
27
#ifdef _MSC_VER
28
#pragma warning(push)
29
#pragma warning(disable:4996)
30
#endif
31
#ifdef __GNUC__
32
#pragma GCC diagnostic ignored "-Wdeprecated-declarations"
33
#endif
34
namespace
NXOpen
35
{
36
namespace
Annotations
37
{
38
class
AnnotationPlacement
;
39
}
40
namespace
Annotations
41
{
42
class
Annotation
;
43
}
44
namespace
Annotations
45
{
46
class
LeaderBundle
;
47
}
48
class
Point
;
49
class
View
;
50
namespace
Annotations
51
{
52
class
_AnnotationPlacementBuilder;
53
class
AnnotationPlacementImpl;
57
class
NXOPENCPP_ANNOTATIONSEXPORT AnnotationPlacement :
public
NXOpen::TaggedObject
58
{
59
private
:
AnnotationPlacementImpl
* m_annotationplacement_impl;
60
private
:
friend
class
_AnnotationPlacementBuilder;
61
protected
: AnnotationPlacement();
62
public
: ~AnnotationPlacement();
66
public
:
void
SetLeaderBundle
67
(
68
NXOpen::Annotations::LeaderBundle
* jaLeader
69
);
73
public
:
void
SetOrigin
74
(
75
const
NXOpen::Annotations::Annotation::AssociativeOriginData
& originData ,
76
const
NXOpen::Point3d
& origin
77
);
81
public
:
void
GetOrigin
82
(
83
NXOpen::Annotations::Annotation::AssociativeOriginData
* originData ,
84
NXOpen::Point3d
* origin
85
);
86
};
87
}
88
}
89
#ifdef _MSC_VER
90
#pragma warning(pop)
91
#endif
92
#ifdef __GNUC__
93
#ifndef NX_NO_GCC_DEPRECATION_WARNINGS
94
#pragma GCC diagnostic warning "-Wdeprecated-declarations"
95
#endif
96
#endif
97
#undef EXPORTLIBRARY