NX Open C++ 参考指南
2406 v1.1
载入中...
搜索中...
未找到
D:
Tan_NX2406C++
UGopenLib
NX2406
UGOPEN
NXOpen
Motion_CouplerBuilder.hxx
1
//--------------------------------------------------------------------------
2
// Copyright 2024 Siemens
3
//--------------------------------------------------------------------------
4
// C++接口到JA API的头文件
5
//--------------------------------------------------------------------------
6
//
7
// 源文件:
8
// Motion_CouplerBuilder.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/Expression.hxx>
22
#include <NXOpen/Motion_MotionBuilder.hxx>
23
#include <NXOpen/SelectObject.hxx>
24
#include <NXOpen/libnxopencpp_motion_exports.hxx>
25
#ifdef _MSC_VER
26
#pragma warning(push)
27
#pragma warning(disable:4996)
28
#endif
29
#ifdef __GNUC__
30
#pragma GCC diagnostic ignored "-Wdeprecated-declarations"
31
#endif
32
namespace
NXOpen
33
{
34
namespace
Motion
35
{
36
class
CouplerBuilder
;
37
}
38
class
Expression
;
39
namespace
Motion
40
{
41
class
MotionBuilder
;
42
}
43
namespace
Motion
44
{
45
class
SelectJoint
;
46
}
47
class
Point
;
48
namespace
Motion
49
{
50
class
_CouplerBuilderBuilder;
51
class
CouplerBuilderImpl;
55
class
NXOPENCPP_MOTIONEXPORT CouplerBuilder :
public
NXOpen::Motion::MotionBuilder
56
{
57
private
:
CouplerBuilderImpl
* m_couplerbuilder_impl;
58
private
:
friend
class
_CouplerBuilderBuilder;
59
protected
: CouplerBuilder();
60
public
: ~CouplerBuilder();
64
public
:
NXOpen::Motion::SelectJoint
*
FirstJoint
65
(
66
);
70
public
:
NXOpen::Motion::SelectJoint
*
SecondJoint
71
(
72
);
76
public
:
NXOpen::Point
*
ContactPoint
77
(
78
);
82
public
:
void
SetContactPoint
83
(
84
NXOpen::Point
* contactPt
85
);
89
public
:
NXOpen::Expression
*
RatioExpression
90
(
91
);
95
public
:
NXString
Name
96
(
97
);
101
public
:
void
SetName
102
(
103
const
NXString
& name
104
);
108
void
SetName
109
(
110
const
char
* name
111
);
115
public
:
NXOpen::Expression
*
FirstRadiusExpression
116
(
117
);
121
public
:
NXOpen::Expression
*
SecondRadiusExpression
122
(
123
);
124
};
125
}
126
}
127
#ifdef _MSC_VER
128
#pragma warning(pop)
129
#endif
130
#ifdef __GNUC__
131
#ifndef NX_NO_GCC_DEPRECATION_WARNINGS
132
#pragma GCC diagnostic warning "-Wdeprecated-declarations"
133
#endif
134
#endif
135
#undef EXPORTLIBRARY