NX Open C++ 参考指南 2406 v1.1
载入中...
搜索中...
未找到
Tooling_FlowDisplayBuilder.hxx
1//--------------------------------------------------------------------------
2// Copyright 2024 Siemens
3//--------------------------------------------------------------------------
4// Header for C++ interface to JA API
5//--------------------------------------------------------------------------
6//
7// Source File:
8// Tooling_FlowDisplayBuilder.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/libnxopencpp_tooling_exports.hxx>
23#ifdef _MSC_VER
24#pragma warning(push)
25#pragma warning(disable:4996)
26#endif
27#ifdef __GNUC__
28#pragma GCC diagnostic ignored "-Wdeprecated-declarations"
29#endif
30namespace NXOpen
31{
32 namespace Tooling
33 {
35 }
36 class Builder;
37 namespace Tooling
38 {
39 class _FlowDisplayBuilderBuilder;
40 class FlowDisplayBuilderImpl;
65 class NXOPENCPP_TOOLINGEXPORT FlowDisplayBuilder : public NXOpen::Builder
66 {
79 private: FlowDisplayBuilderImpl * m_flowdisplaybuilder_impl;
80 private: friend class _FlowDisplayBuilderBuilder;
81 protected: FlowDisplayBuilder();
82 public: ~FlowDisplayBuilder();
87 (
88 );
92 public: void SetFolderBrowser
93 (
94 const NXString & foldername
95 );
100 (
101 const char * foldername
102 );
107 (
108 );
112 public: void SetResultsOption
113 (
115 );
119 public: bool AirTrapOption
120 (
121 );
125 public: void SetAirTrapOption
126 (
127 bool airTrapOption
128 );
132 public: bool WeldLineOption
133 (
134 );
138 public: void SetWeldLineOption
139 (
140 bool weldLineOption
141 );
146 (
147 );
151 public: int NumberSubMeshes
152 (
153 );
158 (
159 int noSubMeshes
160 );
164 public: int NumberIntervals
165 (
166 );
171 (
172 int numIntervals
173 );
174 };
175 }
176}
177#ifdef _MSC_VER
178#pragma warning(pop)
179#endif
180#ifdef __GNUC__
181#ifndef NX_NO_GCC_DEPRECATION_WARNINGS
182#pragma GCC diagnostic warning "-Wdeprecated-declarations"
183#endif
184#endif
185#undef EXPORTLIBRARY