NX Open C++ 参考指南
2406 v1.1
载入中...
搜索中...
未找到
D:
Tan_NX2406C++
UGopenLib
NX2406
UGOPEN
NXOpen
AnimationDesigner_TracerBuilder.hxx
1
//--------------------------------------------------------------------------
2
// Copyright 2024 Siemens
3
//--------------------------------------------------------------------------
4
// JA API 的 C++ 接口头文件
5
//--------------------------------------------------------------------------
6
//
7
// 源文件:
8
// AnimationDesigner_TracerBuilder.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/Builder.hxx>
23
#include <NXOpen/SelectObject.hxx>
24
#include <NXOpen/libanimationdesigneropencpp_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
AnimationDesigner
35
{
36
class
TracerBuilder
;
37
}
38
class
Builder
;
39
class
Expression
;
40
class
Point
;
41
class
SelectNXObject
;
42
namespace
AnimationDesigner
43
{
44
class
_TracerBuilderBuilder;
45
class
TracerBuilderImpl;
49
class
ANIMATIONDESIGNEROPENCPPEXPORT TracerBuilder :
public
NXOpen::Builder
50
{
51
private
:
TracerBuilderImpl
* m_tracerbuilder_impl;
52
private
:
friend
class
_TracerBuilderBuilder;
53
protected
: TracerBuilder();
54
public
: ~TracerBuilder();
58
public
:
NXOpen::SelectNXObject
*
Selection
59
(
60
);
64
public
:
NXOpen::Point
*
SelectPoint
65
(
66
);
70
public
:
void
SetSelectPoint
71
(
72
NXOpen::Point
* selectPoint
73
);
77
public
:
NXOpen::Expression
*
TraceRateSetting
78
(
79
);
83
public
:
NXOpen::SelectNXObject
*
SelectRefBody
84
(
85
);
89
public
:
bool
ShowInSimulation
90
(
91
);
95
public
:
void
SetShowInSimulation
96
(
97
bool
show
98
);
102
public
:
NXString
Name
103
(
104
);
108
public
:
void
SetName
109
(
110
const
NXString
& name
111
);
115
void
SetName
116
(
117
const
char
* name
118
);
119
};
120
}
121
}
122
#ifdef _MSC_VER
123
#pragma warning(pop)
124
#endif
125
#ifdef __GNUC__
126
#ifndef NX_NO_GCC_DEPRECATION_WARNINGS
127
#pragma GCC diagnostic warning "-Wdeprecated-declarations"
128
#endif
129
#endif
130
#undef EXPORTLIBRARY