NX Open C++ 参考指南 2406 v1.1
载入中...
搜索中...
未找到
Features_CopyPasteBuilder.hxx
1//--------------------------------------------------------------------------
2// Copyright 2024 Siemens
3//--------------------------------------------------------------------------
4// C++接口到JA API的头文件
5//--------------------------------------------------------------------------
6//
7// 源文件:
8// Features_CopyPasteBuilder.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/Features_FeatureReferencesBuilder.hxx>
22#include <NXOpen/Builder.hxx>
23#include <NXOpen/libnxopencpp_features_exports.hxx>
24#ifdef _MSC_VER
25#pragma warning(push)
26#pragma warning(disable:4996)
27#endif
28#ifdef __GNUC__
29#pragma GCC diagnostic ignored "-Wdeprecated-declarations"
30#endif
31namespace NXOpen
32{
33 namespace Features
34 {
35 class CopyPasteBuilder;
36 }
37 class Builder;
38 namespace Features
39 {
41 }
42 namespace Features
43 {
44 class _CopyPasteBuilderBuilder;
45 class CopyPasteBuilderImpl;
51 class NXOPENCPP_FEATURESEXPORT CopyPasteBuilder : public NXOpen::Builder
52 {
61
68
75
81 private: CopyPasteBuilderImpl * m_copypastebuilder_impl;
82 private: friend class _CopyPasteBuilderBuilder;
83 protected: CopyPasteBuilder();
84 public: ~CopyPasteBuilder();
89 (
90 );
95 (
97 );
102 public: NX_DEPRECATED("已在NX8.0.0中弃用。此功能不再受支持。") NXOpen::Features::CopyPasteBuilder::ParentTransferOption ParentOption
103 (
104 );
109 public: NX_DEPRECATED("已在NX8.0.0中弃用。此功能不再受支持。") void SetParentOption
110 (
111 NXOpen::Features::CopyPasteBuilder::ParentTransferOption parentOption
112 );
117 (
118 );
123 (
124 );
129 (
130 bool copyResolveGeometry
131 );
135 public: bool Associative
136 (
137 );
141 public: void SetAssociative
142 (
143 bool associative
144 );
148 public: void UpdateBuilder
149 (
150 );
155 (
156 );
162 public: void SetBuilderVersion
163 (
164 NXOpen::Features::CopyPasteBuilder::BuilderVersion version
165 );
170 public: NXOpen::Features::CopyPasteBuilder::ParentSelectOption SelectOption
171 (
172 );
177 public: void SetSelectOption
178 (
179 NXOpen::Features::CopyPasteBuilder::ParentSelectOption selectionOption
180 );
181 };
182 }
183}
184#ifdef _MSC_VER
185#pragma warning(pop)
186#endif
187#ifdef __GNUC__
188#ifndef NX_NO_GCC_DEPRECATION_WARNINGS
189#pragma GCC diagnostic warning "-Wdeprecated-declarations"
190#endif
191#endif
192#undef EXPORTLIBRARY