NX Open C++ 参考指南 2406 v1.1
载入中...
搜索中...
未找到
Tooling_CoolingPatternBuilder.hxx
1//--------------------------------------------------------------------------
2// Copyright 2024 Siemens
3//--------------------------------------------------------------------------
4// Header for C++ interface to JA API
5//--------------------------------------------------------------------------
6//
7// Source File:
8// Tooling_CoolingPatternBuilder.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/Expression.hxx>
22#include <NXOpen/Builder.hxx>
23#include <NXOpen/Section.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
32namespace NXOpen
33{
34 namespace Tooling
35 {
37 }
38 class Builder;
39 class Expression;
40 class Section;
41 namespace Tooling
42 {
43 class _CoolingPatternBuilderBuilder;
44 class CoolingPatternBuilderImpl;
60 class NXOPENCPP_TOOLINGEXPORT CoolingPatternBuilder : public NXOpen::Builder
61 {
62 private: CoolingPatternBuilderImpl * m_coolingpatternbuilder_impl;
63 private: friend class _CoolingPatternBuilderBuilder;
64 protected: CoolingPatternBuilder();
65 public: ~CoolingPatternBuilder();
69 (
70 );
73 public: bool RemoveParameter
74 (
75 );
78 public: void SetRemoveParameter
79 (
80 bool removeParameter
81 );
85 (
86 );
89 public: double ChannelDiameter
90 (
91 );
94 public: void SetChannelDiameter
95 (
96 double channelDiameter
97 );
101 (
102 );
106 (
107 const NXString & diameter
108 );
112 (
113 const char * diameter
114 );
117 public: void SetBaffleVector
118 (
119 );
123 (
124 );
128 (
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