NX Open C++ 参考指南 2406 v1.1
载入中...
搜索中...
未找到
Routing_StockBuilder.hxx
1//--------------------------------------------------------------------------
2// Copyright 2024 Siemens
3//--------------------------------------------------------------------------
4// C++接口JA API的头文件
5//--------------------------------------------------------------------------
6//
7// 源文件:
8// Routing_StockBuilder.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/Routing_PathStockBuilder.hxx>
24#include <NXOpen/Routing_RouteObjectCollector.hxx>
25#include <NXOpen/libnxopencpp_routing_exports.hxx>
26#ifdef _MSC_VER
27#pragma warning(push)
28#pragma warning(disable:4996)
29#endif
30#ifdef __GNUC__
31#pragma GCC diagnostic ignored "-Wdeprecated-declarations"
32#endif
33namespace NXOpen
34{
35 namespace Routing
36 {
37 class StockBuilder;
38 }
39 class Builder;
40 class Expression;
41 namespace Routing
42 {
43 class PathStockBuilder;
44 }
45 namespace Routing
46 {
48 }
49 namespace Routing
50 {
51 class _StockBuilderBuilder;
52 class StockBuilderImpl;
81 class NXOPENCPP_ROUTINGEXPORT StockBuilder : public NXOpen::Builder
82 {
90 private: StockBuilderImpl * m_stockbuilder_impl;
91 private: friend class _StockBuilderBuilder;
92 protected: StockBuilder();
93public: ~StockBuilder();
98 (
99 );
104 (
105 );
109 public: void SetStockSettings
110 (
112 );
117 (
118 );
122 public: void SetStockStyle
123 (
125 );
130 (
131 );
136 (
137 bool removeStock
138 );
142 public: bool FlipStock
143 (
144 );
148 public: void SetFlipStock
149 (
150 bool flipStock
151 );
155 public: bool SwapProfile
156 (
157 );
161 public: void SetSwapProfile
162 (
163 bool swapProfile
164 );
169 (
170 );
175 (
176 );
180 public: void SetStockAnchor
181 (
182 const NXString & anchorName
183 );
188 (
189 const char * anchorName
190 );
196 (
197 bool gridOptionEligible
198 );
204 (
205 );
206 };
207 }
208}
209#ifdef _MSC_VER
210#pragma warning(pop)
211#endif
212#ifdef __GNUC__
213#ifndef NX_NO_GCC_DEPRECATION_WARNINGS
214#pragma GCC diagnostic warning "-Wdeprecated-declarations"
215#endif
216#endif
217#undef EXPORTLIBRARY