NX Open C++ 参考指南
2406 v1.1
载入中...
搜索中...
未找到
D:
Tan_NX2406C++
UGopenLib
NX2406
UGOPEN
NXOpen
Drawings_DraftingCurve.hxx
1
//--------------------------------------------------------------------------
2
// Copyright 2024 Siemens
3
//--------------------------------------------------------------------------
4
// C++接口头文件:用于JA API
5
//--------------------------------------------------------------------------
6
//
7
// 源文件:
8
// Drawings_DraftingCurve.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/Drawings_DraftingCurveInfo.hxx>
22
#include <NXOpen/GeometricUtilities_CurveLocation.hxx>
23
#include <NXOpen/DisplayableObject.hxx>
24
#include <NXOpen/IBaseCurve.hxx>
25
#include <NXOpen/ICurve.hxx>
26
#include <NXOpen/INXObject.hxx>
27
#include <NXOpen/ugmath.hxx>
28
#include <NXOpen/libnxopencpp_drawings_exports.hxx>
29
#ifdef _MSC_VER
30
#pragma warning(push)
31
#pragma warning(disable:4996)
32
#endif
33
#ifdef __GNUC__
34
#pragma GCC diagnostic ignored "-Wdeprecated-declarations"
35
#endif
36
namespace
NXOpen
37
{
38
namespace
Drawings
39
{
40
class
DraftingCurve
;
41
}
42
namespace
Assemblies
43
{
44
class
Component
;
45
}
46
class
BasePart
;
47
class
DisplayableObject
;
48
namespace
Drawings
49
{
50
class
DraftingCurveInfo
;
51
}
52
class
IBaseCurve
;
53
class
ICurve
;
54
class
INXObject
;
55
namespace
Drawings
56
{
57
class
_DraftingCurveBuilder;
58
class
DraftingCurveImpl;
62
class
NXOPENCPP_DRAWINGSEXPORT DraftingCurve :
public
NXOpen::DisplayableObject
,
public
virtual
NXOpen::ICurve
63
{
64
private
:
DraftingCurveImpl
* m_draftingcurve_impl;
65
private
:
friend
class
_DraftingCurveBuilder;
66
protected
: DraftingCurve();
67
public
: ~DraftingCurve();
71
public
:
virtual
NXOpen::Drawings::DraftingCurveInfo
*
GetDraftingCurveInfo
72
(
73
);
77
public
:
virtual
bool
IsDraftingCurve
78
(
79
);
83
public
:
virtual
double
GetLength
84
(
85
);
89
public
:
virtual
bool
IsReference
90
(
91
);
95
public
:
virtual
std::vector<NXOpen::GeometricUtilities::CurveLocation>
GetLocations
96
(
97
);
98
};
99
}
100
}
101
#ifdef _MSC_VER
102
#pragma warning(pop)
103
#endif
104
#ifdef __GNUC__
105
#ifndef NX_NO_GCC_DEPRECATION_WARNINGS
106
#pragma GCC diagnostic warning "-Wdeprecated-declarations"
107
#endif
108
#endif
109
#undef EXPORTLIBRARY