NX Open C++ 参考指南
2406 v1.1
载入中...
搜索中...
未找到
D:
Tan_NX2406C++
UGopenLib
NX2406
UGOPEN
NXOpen
Tooling_FlowAnalysisBuilder.hxx
1
//--------------------------------------------------------------------------
2
// Copyright 2024 Siemens
3
//--------------------------------------------------------------------------
4
// Header for C++ interface to JA API
5
//--------------------------------------------------------------------------
6
//
7
// Source File:
8
// Tooling_FlowAnalysisBuilder.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/Section.hxx>
23
#include <NXOpen/SelectObject.hxx>
24
#include <NXOpen/libnxopencpp_tooling_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
Tooling
35
{
36
class
FlowAnalysisBuilder
;
37
}
38
class
Builder
;
39
class
Section
;
40
class
SelectBody
;
41
namespace
Tooling
42
{
43
class
_FlowAnalysisBuilderBuilder;
44
class
FlowAnalysisBuilderImpl;
48
class
NXOPENCPP_TOOLINGEXPORT FlowAnalysisBuilder :
public
NXOpen::Builder
49
{
50
private
:
FlowAnalysisBuilderImpl
* m_flowanalysisbuilder_impl;
51
private
:
friend
class
_FlowAnalysisBuilderBuilder;
52
protected
: FlowAnalysisBuilder();
53
public
: ~FlowAnalysisBuilder();
57
public
:
NXOpen::SelectBody
*
ProductBody
58
(
59
);
63
public
:
NXOpen::Section
*
GatePoints
64
(
65
);
69
public
:
NXString
Description
70
(
71
);
75
public
:
void
SetDescription
76
(
77
const
NXString
& description
78
);
82
void
SetDescription
83
(
84
const
char
* description
85
);
86
};
87
}
88
}
89
#ifdef _MSC_VER
90
#pragma warning(pop)
91
#endif
92
#ifdef __GNUC__
93
#ifndef NX_NO_GCC_DEPRECATION_WARNINGS
94
#pragma GCC diagnostic warning "-Wdeprecated-declarations"
95
#endif
96
#endif
97
#undef EXPORTLIBRARY