NX Open C++ 参考指南 2406 v1.1
载入中...
搜索中...
未找到
Tooling_CopySolidBuilder.hxx
1//--------------------------------------------------------------------------
2// Copyright 2024 Siemens
3//--------------------------------------------------------------------------
4// Header for C++ interface to JA API
5//--------------------------------------------------------------------------
6//
7// Source File:
8// Tooling_CopySolidBuilder.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/SelectObject.hxx>
23#include <NXOpen/SelectObjectList.hxx>
24#include <NXOpen/Tooling_CloneObject.hxx>
25#include <NXOpen/Tooling_ToolingManager.hxx>
26#include <NXOpen/libnxopencpp_tooling_exports.hxx>
27#ifdef _MSC_VER
28#pragma warning(push)
29#pragma warning(disable:4996)
30#endif
31#ifdef __GNUC__
32#pragma GCC diagnostic ignored "-Wdeprecated-declarations"
33#endif
34namespace NXOpen
35{
36 namespace Tooling
37 {
38 class CopySolidBuilder;
39 }
40 namespace Assemblies
41 {
42 class SelectComponent;
43 }
44 class Builder;
45 class SelectBodyList;
46 namespace Tooling
47 {
48 class CloneObject;
49 }
50 namespace Tooling
51 {
52 class _CopySolidBuilderBuilder;
53 class CopySolidBuilderImpl;
59 class NXOPENCPP_TOOLINGEXPORT CopySolidBuilder : public NXOpen::Builder
60 {
68
76
82 private: CopySolidBuilderImpl * m_copysolidbuilder_impl;
83 private: friend class _CopySolidBuilderBuilder;
84 protected: CopySolidBuilder();
85 public: ~CopySolidBuilder();
90 (
91 );
96 (
97 );
102 (
103 );
108 (
109 bool multipleComponents
110 );
115 (
116 );
120 public: void SetWizardType
121 (
123 );
128 (
129 );
134 (
135 );
140 (
142 );
147 (
148 );
153 (
154 const NXString & templateName
155 );
160 (
161 const char * templateName
162 );
167 (
168 );
173 (
174 );
179 (
181 );
186 (
187 );
192 (
193 int originalBodyLayer
194 );
198 public: bool Associative
199 (
200 );
204 public: void SetAssociative
205 (
206 bool associative
207 );
212 (
213 );
218 (
219 bool fixAtCurrentTimestamp
220 );
225 (
226 );
231 (
232 );
237 (
238 const NXString & templateName ,
239 const NXString & attributeName ,
240 const NXString & attributeValue ,
241 bool deleteAttr
242 );
247 (
248 const char * templateName ,
249 const char * attributeName ,
250 const char * attributeValue ,
251 bool deleteAttr
252 );
256 public: void ClearPartItems
257 (
258 );
263 (
264 bool isDefinedParent
265 );
270 (
272 );
273 };
274 }
275}
276#ifdef _MSC_VER
277#pragma warning(pop)
278#endif
279#ifdef __GNUC__
280#ifndef NX_NO_GCC_DEPRECATION_WARNINGS
281#pragma GCC diagnostic warning "-Wdeprecated-declarations"
282#endif
283#endif
284#undef EXPORTLIBRARY