NX Open C++ 参考指南
2406 v1.1
载入中...
搜索中...
未找到
D:
Tan_NX2406C++
UGopenLib
NX2406
UGOPEN
NXOpen
Features_WaveRoutingBuilder.hxx
1
//--------------------------------------------------------------------------
2
// Copyright 2024 Siemens
3
//--------------------------------------------------------------------------
4
// C++接口头文件,用于JA API
5
//--------------------------------------------------------------------------
6
//
7
// 源文件:
8
// Features_WaveRoutingBuilder.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/Features_FeatureBuilder.hxx>
22
#include <NXOpen/SelectObjectList.hxx>
23
#include <NXOpen/ugmath.hxx>
24
#include <NXOpen/libnxopencpp_features_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
Features
35
{
36
class
WaveRoutingBuilder
;
37
}
38
namespace
Features
39
{
40
class
Feature
;
41
}
42
namespace
Features
43
{
44
class
FeatureBuilder
;
45
}
46
class
SelectObjectList
;
47
class
TaggedObject
;
48
namespace
Features
49
{
50
class
_WaveRoutingBuilderBuilder;
51
class
WaveRoutingBuilderImpl;
66
class
NXOPENCPP_FEATURESEXPORT WaveRoutingBuilder :
public
NXOpen::Features::FeatureBuilder
67
{
68
private
:
WaveRoutingBuilderImpl
* m_waveroutingbuilder_impl;
69
private
:
friend
class
_WaveRoutingBuilderBuilder;
70
protected
: WaveRoutingBuilder();
71
public
: ~WaveRoutingBuilder();
75
public
:
NXOpen::SelectObjectList
*
RoutingObjects
76
(
77
);
81
public
:
bool
Associative
82
(
83
);
87
public
:
void
SetAssociative
88
(
89
bool
associative
90
);
94
public
:
bool
MakePositionIndependent
95
(
96
);
100
public
:
void
SetMakePositionIndependent
101
(
102
bool
makePositionIndependent
103
);
107
public
:
NXOpen::Features::Feature
*
CommitCreateOnTheFly
108
(
109
);
113
public
:
void
GetWaveLinkInformation
114
(
115
NXString
* info ,
116
bool
* xformExists ,
117
NXOpen::Point3d
* xformOrigin ,
118
NXOpen::Matrix3x3
* xformOrientation ,
119
double
* xformScale
120
);
124
public
:
void
GetParentInformation
125
(
126
NXOpen::TaggedObject
* selectionTag ,
127
bool
calcStatus ,
128
NXString
* parentPartName ,
129
NXString
* objectName ,
130
NXString
* status
131
);
132
};
133
}
134
}
135
#ifdef _MSC_VER
136
#pragma warning(pop)
137
#endif
138
#ifdef __GNUC__
139
#ifndef NX_NO_GCC_DEPRECATION_WARNINGS
140
#pragma GCC diagnostic warning "-Wdeprecated-declarations"
141
#endif
142
#endif
143
#undef EXPORTLIBRARY