NX Open C++ 参考指南 2406 v1.1
载入中...
搜索中...
未找到
Tooling_ReferenceBlendBuilder.hxx
1//--------------------------------------------------------------------------
2// Copyright 2024 Siemens
3//--------------------------------------------------------------------------
4// JA API的C++接口头文件
5//--------------------------------------------------------------------------
6//
7// 源文件:
8// Tooling_ReferenceBlendBuilder.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/Builder.hxx>
23#include <NXOpen/ScCollector.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 NXObject;
41 class ScCollector;
42 class TaggedObject;
43 namespace Tooling
44 {
45 class _ReferenceBlendBuilderBuilder;
46 class ReferenceBlendBuilderImpl;
50 class NXOPENCPP_TOOLINGEXPORT ReferenceBlendBuilder : public NXOpen::Builder
51 {
58 private: ReferenceBlendBuilderImpl * m_referenceblendbuilder_impl;
59 private: friend class _ReferenceBlendBuilderBuilder;
60 protected: ReferenceBlendBuilder();
61 public: ~ReferenceBlendBuilder();
66 (
67 );
72 (
73 );
78 (
80 );
85 (
86 );
91 (
92 );
96 public: bool RemoveParameters
97 (
98 );
103 (
104 bool removeFlag
105 );
110 (
111 );
116 (
117 NXOpen::NXObject * featureGroup
118 );
123 (
124 );
129 (
130 );
131 };
132 }
133}
134#ifdef _MSC_VER
135#pragma warning(pop)
136#endif
137#ifdef __GNUC__
138#ifndef NX_NO_GCC_DEPRECATION_WARNINGS
139#pragma GCC diagnostic warning "-Wdeprecated-declarations"
140#endif
141#endif
142#undef EXPORTLIBRARY