NX Open C++ 参考指南 2406 v1.1
载入中...
搜索中...
未找到
Routing_StockTransitionBuilder.hxx
1//--------------------------------------------------------------------------
2// Copyright 2024 Siemens
3//--------------------------------------------------------------------------
4// C++接口头文件 - 管筒过渡段API
5//--------------------------------------------------------------------------
6//
7// 源文件:
8// Routing_StockTransitionBuilder.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/Builder.hxx>
22#include <NXOpen/Routing_PathStockBuilder.hxx>
23#include <NXOpen/Routing_RouteObjectCollector.hxx>
24#include <NXOpen/SelectObject.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 {
38 }
39 class Builder;
40 namespace Routing
41 {
42 class PathStockBuilder;
43 }
44 namespace Routing
45 {
47 }
48 class SelectCurve;
49 namespace Routing
50 {
51 class _StockTransitionBuilderBuilder;
52 class StockTransitionBuilderImpl;
64 class NXOPENCPP_ROUTINGEXPORT StockTransitionBuilder : public NXOpen::Builder
65 {
66 private: StockTransitionBuilderImpl * m_stocktransitionbuilder_impl;
67 private: friend class _StockTransitionBuilderBuilder;
68 protected: StockTransitionBuilder();
69 public: ~StockTransitionBuilder();
74 (
75 );
80 (
81 );
86 (
87 );
92 (
93 bool startProfileOriginCurveDirection
94 );
99 (
100 );
105 (
106 );
111 (
112 bool endProfileOriginCurveDirection
113 );
118 (
119 );
124 (
125 );
129 public: void SetStockSettings
130 (
131 NXOpen::Routing::PathStockBuilder * pathStockBuilder
132 );
133 };
134 }
135}
136#ifdef _MSC_VER
137#pragma warning(pop)
138#endif
139#ifdef __GNUC__
140#ifndef NX_NO_GCC_DEPRECATION_WARNINGS
141#pragma GCC diagnostic warning "-Wdeprecated-declarations"
142#endif
143#endif
144#undef EXPORTLIBRARY