NX Open C++ 参考指南 2406 v1.1
载入中...
搜索中...
未找到
Implicit_CylindricalPatternBuilder.hxx
1//--------------------------------------------------------------------------
2// Copyright 2024 Siemens
3//--------------------------------------------------------------------------
4// 用于JA API的C++接口的头文件
5//--------------------------------------------------------------------------
6//
7// 源文件:
8// Implicit_CylindricalPatternBuilder.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/Expression.hxx>
22#include <NXOpen/Implicit_OperationBuilder.hxx>
23#include <NXOpen/ScCollector.hxx>
24#include <NXOpen/libnxopencpp_implicit_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 Implicit
35 {
37 }
39 class Expression;
40 namespace Implicit
41 {
42 class OperationBuilder;
43 }
44 class ScCollector;
45 namespace Implicit
46 {
47 class _CylindricalPatternBuilderBuilder;
48 class CylindricalPatternBuilderImpl;
75 class NXOPENCPP_IMPLICITEXPORT CylindricalPatternBuilder : public NXOpen::Implicit::OperationBuilder
76 {
77 private: CylindricalPatternBuilderImpl * m_cylindricalpatternbuilder_impl;
78 private: friend class _CylindricalPatternBuilderBuilder;
79 protected: CylindricalPatternBuilder();
80 public: ~CylindricalPatternBuilder();
86 (
87 );
93 (
94 );
100 (
102 );
107 (
108 );
113 (
114 );
120 (
121 );
127 (
128 int numCellsAroundCircumference
129 );
135 (
136 );
142 (
143 );
149 (
150 int numRadialLayers
151 );
157 (
158 );
159 };
160 }
161}
162#ifdef _MSC_VER
163#pragma warning(pop)
164#endif
165#ifdef __GNUC__
166#ifndef NX_NO_GCC_DEPRECATION_WARNINGS
167#pragma GCC diagnostic warning "-Wdeprecated-declarations"
168#endif
169#endif
170#undef EXPORTLIBRARY