NX Open C++ 参考指南
2406 v1.1
载入中...
搜索中...
未找到
D:
Tan_NX2406C++
UGopenLib
NX2406
UGOPEN
NXOpen
Annotations_DraftingPointTarget.hxx
1
//--------------------------------------------------------------------------
2
// Copyright 2024 Siemens
3
//--------------------------------------------------------------------------
4
// JA API的C++接口头文件
5
//--------------------------------------------------------------------------
6
//
7
// 源文件:
8
// Annotations_DraftingPointTarget.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_DraftingDatumTarget.hxx>
22
#include <NXOpen/Annotations_IPointTarget.hxx>
23
#include <NXOpen/INXObject.hxx>
24
#include <NXOpen/ugmath.hxx>
25
#include <NXOpen/libnxopencpp_annotations_exports.hxx>
26
#ifdef _MSC_VER
27
#pragma warning(push)
28
#pragma warning(disable:4996)
29
#endif
30
#ifdef __GNUC__
31
#pragma GCC diagnostic ignored "-Wdeprecated-declarations"
32
#endif
33
namespace
NXOpen
34
{
35
namespace
Annotations
36
{
37
class
DraftingPointTarget
;
38
}
39
namespace
Annotations
40
{
41
class
DraftingDatumTarget
;
42
}
43
namespace
Annotations
44
{
45
class
IPointTarget
;
46
}
47
namespace
Assemblies
48
{
49
class
Component
;
50
}
51
class
BasePart
;
52
class
INXObject
;
53
namespace
Annotations
54
{
55
class
_DraftingPointTargetBuilder;
56
class
DraftingPointTargetImpl;
60
class
NXOPENCPP_ANNOTATIONSEXPORT DraftingPointTarget :
public
NXOpen::Annotations::DraftingDatumTarget
,
public
virtual
NXOpen::Annotations::IPointTarget
61
{
62
private
:
DraftingPointTargetImpl
* m_draftingpointtarget_impl;
63
private
:
friend
class
_DraftingPointTargetBuilder;
64
protected
: DraftingPointTarget();
65
public
: ~DraftingPointTarget();
69
public
:
virtual
NXOpen::Point3d
PointCoordinates
70
(
71
);
72
};
73
}
74
}
75
#ifdef _MSC_VER
76
#pragma warning(pop)
77
#endif
78
#ifdef __GNUC__
79
#ifndef NX_NO_GCC_DEPRECATION_WARNINGS
80
#pragma GCC diagnostic warning "-Wdeprecated-declarations"
81
#endif
82
#endif
83
#undef EXPORTLIBRARY