NX Open C++ 参考指南 2406 v1.1
载入中...
搜索中...
未找到
Routing_PlaceElbowsBuilder.hxx
1//--------------------------------------------------------------------------
2// Copyright 2024 Siemens
3//--------------------------------------------------------------------------
4// JA API的C++接口头文件
5//--------------------------------------------------------------------------
6//
7// 源文件:
8// Routing_PlaceElbowsBuilder.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_AttributeHolder.hxx>
23#include <NXOpen/Routing_CharacteristicList.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 {
38 }
39 class Builder;
40 namespace Routing
41 {
42 class AttributeHolder;
43 }
44 namespace Routing
45 {
47 }
48 namespace Routing
49 {
51 }
52 namespace Routing
53 {
54 class _PlaceElbowsBuilderBuilder;
55 class PlaceElbowsBuilderImpl;
59 class NXOPENCPP_ROUTINGEXPORT PlaceElbowsBuilder : public NXOpen::Builder
60 {
61 private: PlaceElbowsBuilderImpl * m_placeelbowsbuilder_impl;
62 private: friend class _PlaceElbowsBuilderBuilder;
63 protected: PlaceElbowsBuilder();
64 public: ~PlaceElbowsBuilder();
69 (
70 );
75 (
76 );
80 public: void SetAttributeHolder
81 (
82 NXOpen::Routing::AttributeHolder * attributeHolder
83 );
88 (
90 const NXString & refSet ,
91 int layer ,
92 int layerOption ,
93 bool overstockFlag ,
96 );
101 (
103 const char * refSet ,
104 int layer ,
105 int layerOption ,
106 bool overstockFlag ,
109 );
110 };
111 }
112}
113#ifdef _MSC_VER
114#pragma warning(pop)
115#endif
116#ifdef __GNUC__
117#ifndef NX_NO_GCC_DEPRECATION_WARNINGS
118#pragma GCC diagnostic warning "-Wdeprecated-declarations"
119#endif
120#endif
121#undef EXPORTLIBRARY