NX Open C++ 参考指南
2406 v1.1
载入中...
搜索中...
未找到
D:
Tan_NX2406C++
UGopenLib
NX2406
UGOPEN
NXOpen
GeometricUtilities_GeneralPattern.hxx
1
//--------------------------------------------------------------------------
2
// Copyright 2024 Siemens
3
//--------------------------------------------------------------------------
4
// 用于 JA API 的 C++ 接口头文件
5
//--------------------------------------------------------------------------
6
//
7
// 源文件:
8
// GeometricUtilities_GeneralPattern.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/GeometricUtilities_IComponentBuilder.hxx>
22
#include <NXOpen/TaggedObject.hxx>
23
#include <NXOpen/Section.hxx>
24
#include <NXOpen/SelectObject.hxx>
25
#include <NXOpen/SelectObjectList.hxx>
26
#include <NXOpen/libnxopencpp_geometricutilities_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
GeometricUtilities
37
{
38
class
GeneralPattern
;
39
}
40
class
CoordinateSystem
;
41
namespace
GeometricUtilities
42
{
43
class
IComponentBuilder
;
44
}
45
class
Point
;
46
class
Section
;
47
class
SelectCoordinateSystemList
;
48
class
SelectNXObject
;
49
namespace
GeometricUtilities
50
{
51
class
_GeneralPatternBuilder;
52
class
GeneralPatternImpl;
56
class
NXOPENCPP_GEOMETRICUTILITIESEXPORT GeneralPattern :
public
NXOpen::TaggedObject
,
public
virtual
NXOpen::GeometricUtilities::IComponentBuilder
57
{
59
public
:
enum
FromLocationOptions
60
{
61
FromLocationOptionsPoint
,
62
FromLocationOptionsCsys
63
};
64
private
:
GeneralPatternImpl
* m_generalpattern_impl;
65
private
:
friend
class
_GeneralPatternBuilder;
66
protected
:
GeneralPattern
();
67
public
:
~GeneralPattern
();
71
public
:
NXOpen::Point
*
FromLocationPoint
72
(
73
);
77
public
:
void
SetFromLocationPoint
78
(
79
NXOpen::Point
* point
80
);
84
public
:
NXOpen::CoordinateSystem
*
FromLocationCsys3d
85
(
86
);
90
public
:
void
SetFromLocationCsys3d
91
(
92
NXOpen::CoordinateSystem
* csys
93
);
97
public
:
NXOpen::SelectNXObject
*
FromLocationCsys2d
98
(
99
);
103
public
:
NXOpen::GeometricUtilities::GeneralPattern::FromLocationOptions
FromLocationType
104
(
105
);
109
public
:
void
SetFromLocationType
110
(
111
NXOpen::GeometricUtilities::GeneralPattern::FromLocationOptions
fromLocationType
112
);
116
public
:
NXOpen::Section
*
ToPoints
117
(
118
);
122
public
:
NXOpen::SelectCoordinateSystemList
*
ToCsysList
123
(
124
);
129
public
:
virtual
bool
Validate
130
(
131
);
132
};
133
}
134
}
135
#ifdef _MSC_VER
136
#pragma warning(pop)
137
#endif
138
#ifdef __GNUC__
139
#ifndef NX_NO_GCC_DEPRECATION_WARNINGS
140
#pragma GCC diagnostic warning "-Wdeprecated-declarations"
141
#endif
142
#endif
143
#undef EXPORTLIBRARY