NX Open C++ 参考指南
2406 v1.1
载入中...
搜索中...
未找到
D:
Tan_NX2406C++
UGopenLib
NX2406
UGOPEN
NXOpen
Motion_CurveContactBuilder.hxx
1
//--------------------------------------------------------------------------
2
// Copyright 2024 Siemens
3
//--------------------------------------------------------------------------
4
// C++接口至JA API的头文件
5
//--------------------------------------------------------------------------
6
//
7
// 源文件:
8
// Motion_CurveContactBuilder.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/Builder.hxx>
22
#include <NXOpen/SelectObjectList.hxx>
23
#include <NXOpen/libnxopencpp_motion_exports.hxx>
24
#ifdef _MSC_VER
25
#pragma warning(push)
26
#pragma warning(disable:4996)
27
#endif
28
#ifdef __GNUC__
29
#pragma GCC diagnostic ignored "-Wdeprecated-declarations"
30
#endif
31
namespace
NXOpen
32
{
33
namespace
Motion
34
{
35
class
CurveContactBuilder
;
36
}
37
class
Builder
;
38
namespace
Motion
39
{
40
class
CurveContactAdams
;
41
}
42
namespace
Motion
43
{
44
class
CurveContactRecurdyn
;
45
}
46
class
SelectNXObjectList
;
47
namespace
Motion
48
{
49
class
_CurveContactBuilderBuilder;
50
class
CurveContactBuilderImpl;
126
class
NXOPENCPP_MOTIONEXPORT CurveContactBuilder :
public
NXOpen::Builder
127
{
129
public
:
enum
GeometryMaterialSide
130
{
131
GeometryMaterialSideDirection
,
132
GeometryMaterialSideDirectionReverse
133
};
134
private
:
CurveContactBuilderImpl
* m_curvecontactbuilder_impl;
135
private
:
friend
class
_CurveContactBuilderBuilder;
136
protected
:
CurveContactBuilder
();
137
public
:
~CurveContactBuilder
();
141
public
:
NXOpen::SelectNXObjectList
*
FirstContactCurve
142
(
143
);
147
public
:
NXOpen::SelectNXObjectList
*
SecondContactCurve
148
(
149
);
153
public
:
NXString
ContactName
154
(
155
);
159
public
:
void
SetContactName
160
(
161
const
NXString
& name
162
);
166
void
SetContactName
167
(
168
const
char
* name
169
);
173
public
:
double
DisplayScale
174
(
175
);
179
public
:
void
SetDisplayScale
180
(
181
double
displayScale
182
);
186
public
:
NXOpen::Motion::CurveContactBuilder::GeometryMaterialSide
FirstGeometryMaterialDirection
187
(
188
);
192
public
:
void
SetFirstGeometryMaterialDirection
193
(
194
NXOpen::Motion::CurveContactBuilder::GeometryMaterialSide
sideDirection
195
);
199
public
:
NXOpen::Motion::CurveContactBuilder::GeometryMaterialSide
SecondGeometryMaterialDirection
200
(
201
);
205
public
:
void
SetSecondGeometryMaterialDirection
206
(
207
NXOpen::Motion::CurveContactBuilder::GeometryMaterialSide
sideDirection
208
);
212
public
:
NXOpen::Motion::CurveContactAdams
*
AdamsParameters
213
(
214
);
218
public
:
NXOpen::Motion::CurveContactRecurdyn
*
RecurdynParameters
219
(
220
);
221
};
222
}
223
}
224
#ifdef _MSC_VER
225
#pragma warning(pop)
226
#endif
227
#ifdef __GNUC__
228
#ifndef NX_NO_GCC_DEPRECATION_WARNINGS
229
#pragma GCC diagnostic warning "-Wdeprecated-declarations"
230
#endif
231
#endif
232
#undef EXPORTLIBRARY