NX Open C++ 参考指南 2406 v1.1
载入中...
搜索中...
未找到
RoutingCommon_InsulationBuilder.hxx
1//--------------------------------------------------------------------------
2// Copyright 2024 Siemens
3//--------------------------------------------------------------------------
4// JA API的C++接口头文件
5//--------------------------------------------------------------------------
6//
7// 源文件:
8// RoutingCommon_InsulationBuilder.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/RoutingCommon_PathDimensionBuilder.hxx>
24#include <NXOpen/Routing_RouteObjectCollector.hxx>
25#include <NXOpen/Routing_StockBlockBuilder.hxx>
26#include <NXOpen/SelectObject.hxx>
27#include <NXOpen/libnxopencpp_routingcommon_exports.hxx>
28#ifdef _MSC_VER
29#pragma warning(push)
30#pragma warning(disable:4996)
31#endif
32#ifdef __GNUC__
33#pragma GCC diagnostic ignored "-Wdeprecated-declarations"
34#endif
35namespace NXOpen
36{
37 namespace RoutingCommon
38 {
40 }
41 namespace Assemblies
42 {
43 class SelectComponent;
44 }
45 class Builder;
46 class Expression;
47 namespace PDM
48 {
49 class LogicalObject;
50 }
51 class Part;
52 namespace Routing
53 {
55 }
56 namespace Routing
57 {
59 }
60 namespace RoutingCommon
61 {
63 }
64 class TaggedObject;
65 namespace RoutingCommon
66 {
67 class _InsulationBuilderBuilder;
68 class InsulationBuilderImpl;
72 class NXOPENCPP_ROUTINGCOMMONEXPORT InsulationBuilder : public NXOpen::Builder
73 {
81
88
94 private: InsulationBuilderImpl * m_insulationbuilder_impl;
95 private: friend class _InsulationBuilderBuilder;
96 protected: InsulationBuilder();
97public: ~InsulationBuilder();
102 (
103 );
108 (
109 );
114 (
115 );
120 (
121 bool addInsulationOnFittings
122 );
127 (
128 );
133 (
134 );
138 public: void SetWrapMethod
139 (
141 );
147 (
148 );
154 (
155 );
157
160 public: void PreCommit
161 (
162 );
165
168 public: NXOpen::PDM::LogicalObject * GetLogicalObject
169 (
170 );
172
176 (
177 );
182 (
183 );
188 (
190 );
195 (
196 );
200 public: void SetOffsetMethod
201 (
203 );
208 (
209 );
214 (
215 );
220 (
221 );
226 (
227 );
231 public: bool SwitchStartEnd
232 (
233 );
237 public: void SetSwitchStartEnd
238 (
239 bool switchStartEnd
240 );
244 public: void UpdatePath
245 (
246 );
250 public: void GetOrderedPath
251 (
252 std::vector<NXOpen::TaggedObject *> & orderedPath
253 );
258 (
259 NXOpen::Part * partToCreatePointIn ,
260 const std::vector<double> & pointLocation
261 );
262 };
263 }
264}
265#ifdef _MSC_VER
266#pragma warning(pop)
267#endif
268#ifdef __GNUC__
269#ifndef NX_NO_GCC_DEPRECATION_WARNINGS
270#pragma GCC diagnostic warning "-Wdeprecated-declarations"
271#endif
272#endif
273#undef EXPORTLIBRARY