NX Open C++ 参考指南
2406 v1.1
载入中...
搜索中...
未找到
D:
Tan_NX2406C++
UGopenLib
NX2406
UGOPEN
NXOpen
Routing_ClockPartBuilder.hxx
1
//--------------------------------------------------------------------------
2
// Copyright 2024 Siemens
3
//--------------------------------------------------------------------------
4
// JA API的C++接口头文件
5
//--------------------------------------------------------------------------
6
//
7
// 源文件:
8
// Routing_ClockPartBuilder.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/ugmath.hxx>
25
#include <NXOpen/libnxopencpp_routing_exports.hxx>
26
#ifdef _MSC_VER
27
#pragma warning(push)
28
#pragma warning(disable:4996)
29
#endif
30
#ifdef __GNUC__
31
#pragma GCC diagnostic ignored "-Wdeprecated-declarations"
32
#endif
33
namespace
NXOpen
34
{
35
namespace
Routing
36
{
37
class
ClockPartBuilder
;
38
}
39
class
Builder
;
40
class
Expression
;
41
namespace
Routing
42
{
43
class
Port
;
44
}
45
class
SelectNXObject
;
46
namespace
Routing
47
{
48
class
_ClockPartBuilderBuilder;
49
class
ClockPartBuilderImpl;
62
class
NXOPENCPP_ROUTINGEXPORT ClockPartBuilder :
public
NXOpen::Builder
63
{
64
private
:
ClockPartBuilderImpl
* m_clockpartbuilder_impl;
65
private
:
friend
class
_ClockPartBuilderBuilder;
66
protected
: ClockPartBuilder();
67
public
: ~ClockPartBuilder();
71
public
:
NXOpen::SelectNXObject
*
PortSelection
72
(
73
);
77
public
:
NXOpen::Expression
*
RotationAngle
78
(
79
);
83
public
:
void
StartDrag
84
(
85
);
91
public
:
void
DragByTransform
92
(
93
const
NXOpen::Vector3d
& translation ,
94
const
NXOpen::Matrix3x3
& rotation
95
);
99
public
:
void
StopDrag
100
(
101
);
105
public
:
void
SuppressPortConstraint
106
(
107
NXOpen::Routing::Port
* portTag ,
108
bool
suppress
109
);
113
public
:
void
UpdateRotationAngle
114
(
115
double
angle
116
);
120
public
:
void
InitializeFromPort
121
(
122
NXOpen::Routing::Port
* port
123
);
127
public
:
void
SetLockRotation
128
(
129
bool
lockRotation
130
);
134
public
:
void
SetLockEngagement
135
(
136
bool
lockEngagement
137
);
138
};
139
}
140
}
141
#ifdef _MSC_VER
142
#pragma warning(pop)
143
#endif
144
#ifdef __GNUC__
145
#ifndef NX_NO_GCC_DEPRECATION_WARNINGS
146
#pragma GCC diagnostic warning "-Wdeprecated-declarations"
147
#endif
148
#endif
149
#undef EXPORTLIBRARY