NX Open C++ 参考指南
2406 v1.1
载入中...
搜索中...
未找到
D:
Tan_NX2406C++
UGopenLib
NX2406
UGOPEN
NXOpen
Motion_LinkBuilder.hxx
1
//--------------------------------------------------------------------------
2
// Copyright 2024 Siemens
3
//--------------------------------------------------------------------------
4
// C++接口至JA API的头文件
5
//--------------------------------------------------------------------------
6
//
7
// 源文件:
8
// Motion_LinkBuilder.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/Motion.hxx>
22
#include <NXOpen/Motion_LinkInitialVelocity.hxx>
23
#include <NXOpen/Motion_LinkMassProperty.hxx>
24
#include <NXOpen/Motion_MotionBuilder.hxx>
25
#include <NXOpen/SelectObjectList.hxx>
26
#include <NXOpen/libnxopencpp_motion_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
Motion
37
{
38
class
LinkBuilder
;
39
}
40
namespace
Motion
41
{
42
class
LinkInitialVelocity
;
43
}
44
namespace
Motion
45
{
46
class
LinkMassProperty
;
47
}
48
namespace
Motion
49
{
50
class
MotionBuilder
;
51
}
52
class
SelectNXObjectList
;
53
namespace
Motion
54
{
55
class
_LinkBuilderBuilder;
56
class
LinkBuilderImpl;
62
class
NXOPENCPP_MOTIONEXPORT LinkBuilder :
public
NXOpen::Motion::MotionBuilder
63
{
64
private
:
LinkBuilderImpl
* m_linkbuilder_impl;
65
private
:
friend
class
_LinkBuilderBuilder;
66
protected
: LinkBuilder();
67
public
: ~LinkBuilder();
71
public
:
NXOpen::SelectNXObjectList
*
AdditionalGeometries
72
(
73
);
77
public
:
NXOpen::SelectNXObjectList
*
Geometries
78
(
79
);
83
public
:
NXOpen::Motion::ParamOverrideState
AdditionalGeometriesOvrCtrl
84
(
85
);
89
public
:
void
SetAdditionalGeometriesOvrCtrl
90
(
91
NXOpen::Motion::ParamOverrideState
overrideState
92
);
96
public
:
NXOpen::Motion::LinkMassProperty
*
MassProperty
97
(
98
);
102
public
:
NXOpen::Motion::LinkInitialVelocity
*
InitialVelocity
103
(
104
);
108
public
:
bool
Fixed
109
(
110
);
114
public
:
void
SetFixed
115
(
116
bool
fixed
117
);
121
public
:
NXOpen::Motion::ParamOverrideState
FixedOvrCtrl
122
(
123
);
127
public
:
void
SetFixedOvrCtrl
128
(
129
NXOpen::Motion::ParamOverrideState
overrideState
130
);
134
public
:
NXString
Name
135
(
136
);
140
public
:
void
SetName
141
(
142
const
NXString
& name
143
);
147
void
SetName
148
(
149
const
char
* name
150
);
151
};
152
}
153
}
154
#ifdef _MSC_VER
155
#pragma warning(pop)
156
#endif
157
#ifdef __GNUC__
158
#ifndef NX_NO_GCC_DEPRECATION_WARNINGS
159
#pragma GCC diagnostic warning "-Wdeprecated-declarations"
160
#endif
161
#endif
162
#undef EXPORTLIBRARY