NX Open C++ 参考指南
2406 v1.1
载入中...
搜索中...
未找到
D:
Tan_NX2406C++
UGopenLib
NX2406
UGOPEN
NXOpen
Tooling_CoolingConnectBuilder.hxx
1
//--------------------------------------------------------------------------
2
// Copyright 2024 Siemens
3
//--------------------------------------------------------------------------
4
// Header for C++ interface to JA API
5
//--------------------------------------------------------------------------
6
//
7
// Source File:
8
// Tooling_CoolingConnectBuilder.ja
9
//
10
// Generated by:
11
// apiwrap
12
//
13
// WARNING:
14
// This file is automatically generated - do not edit by hand
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/Builder.hxx>
22
#include <NXOpen/SelectObject.hxx>
23
#include <NXOpen/libnxopencpp_tooling_exports.hxx>
24
#ifdef _MSC_VER
25
#pragma warning(push)
26
#pragma warning(disable:4996)
27
#endif
28
#ifdef __GNUC__
29
#pragma GCC diagnostic ignored "-Wdeprecated-declarations"
30
#endif
31
namespace
NXOpen
32
{
33
namespace
Tooling
34
{
35
class
CoolingConnectBuilder
;
36
}
37
class
Builder
;
38
class
Direction
;
39
class
Point
;
40
class
SelectBody
;
41
namespace
Tooling
42
{
43
class
_CoolingConnectBuilderBuilder;
44
class
CoolingConnectBuilderImpl;
60
class
NXOPENCPP_TOOLINGEXPORT CoolingConnectBuilder :
public
NXOpen::Builder
61
{
62
private
:
CoolingConnectBuilderImpl
* m_coolingconnectbuilder_impl;
63
private
:
friend
class
_CoolingConnectBuilderBuilder;
64
protected
: CoolingConnectBuilder();
65
public
: ~CoolingConnectBuilder();
69
public
:
NXOpen::SelectBody
*
FirstChannel
70
(
71
);
75
public
:
NXOpen::SelectBody
*
SecondChannel
76
(
77
);
81
public
:
bool
DefineStartPoint
82
(
83
);
87
public
:
void
SetDefineStartPoint
88
(
89
bool
defineStartPoint
90
);
94
public
:
NXOpen::Point
*
StartPoint
95
(
96
);
100
public
:
void
SetStartPoint
101
(
102
NXOpen::Point
* startPoint
103
);
107
public
:
bool
DefineConnectVector
108
(
109
);
113
public
:
void
SetDefineConnectVector
114
(
115
bool
defineConnectVector
116
);
120
public
:
NXOpen::Direction
*
ConnectVector
121
(
122
);
126
public
:
void
SetConnectVector
127
(
128
NXOpen::Direction
* connectVector
129
);
130
};
131
}
132
}
133
#ifdef _MSC_VER
134
#pragma warning(pop)
135
#endif
136
#ifdef __GNUC__
137
#ifndef NX_NO_GCC_DEPRECATION_WARNINGS
138
#pragma GCC diagnostic warning "-Wdeprecated-declarations"
139
#endif
140
#endif
141
#undef EXPORTLIBRARY