NX Open C++ 参考指南 2406 v1.1
载入中...
搜索中...
未找到
Routing_Wire.hxx
1//--------------------------------------------------------------------------
2// Copyright 2024 Siemens
3//--------------------------------------------------------------------------
4// C++接口头文件:JA API
5//--------------------------------------------------------------------------
6//
7// 源文件:
8// Routing_Wire.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/INXObject.hxx>
22#include <NXOpen/NXObject.hxx>
23#include <NXOpen/Routing_IPath.hxx>
24#include <NXOpen/libnxopencpp_routing_exports.hxx>
25#ifdef _MSC_VER
26#pragma warning(push)
27#pragma warning(disable:4996)
28#endif
29#ifdef __GNUC__
30#pragma GCC diagnostic ignored "-Wdeprecated-declarations"
31#endif
32namespace NXOpen
33{
34 namespace Routing
35 {
36 class Wire;
37 }
38 namespace Assemblies
39 {
40 class Component;
41 }
42 class BasePart;
43 class INXObject;
44 class NXObject;
45 namespace Routing
46 {
47 class ControlPoint;
48 }
49 namespace Routing
50 {
51 class IPath;
52 }
53 namespace Routing
54 {
55 class ISegment;
56 }
57 namespace Routing
58 {
59 class Stock;
60 }
61 namespace Routing
62 {
63 class _WireBuilder;
64 class WireImpl;
68 class NXOPENCPP_ROUTINGEXPORT Wire : public NXOpen::NXObject, public virtual NXOpen::Routing::IPath
69 {
70 private: WireImpl * m_wire_impl;
71 private: friend class _WireBuilder;
72 protected: Wire();
73 public: ~Wire();
77 public: std::vector<NXOpen::Routing::Stock *> GetStock
78 (
79 );
83 public: std::vector<NXOpen::Routing::ISegment *> GetSegments
84 (
85 );
89 public: virtual std::vector<NXOpen::Routing::ISegment *> GetSegmentList
90 (
91 );
95 public: virtual void AddSegmentsToList
96 (
97 const std::vector<NXOpen::Routing::ISegment *> & objs
98 );
102 public: virtual void DelSegmentsFromList
103 (
104 const std::vector<NXOpen::Routing::ISegment *> & objs
105 );
110 (
111 );
116 (
117 );
121 public: virtual void SetControlPointStart
122 (
124 );
128 public: virtual void SetControlPointEnd
129 (
131 );
132 };
133 }
134}
135#ifdef _MSC_VER
136#pragma warning(pop)
137#endif
138#ifdef __GNUC__
139#ifndef NX_NO_GCC_DEPRECATION_WARNINGS
140#pragma GCC diagnostic warning "-Wdeprecated-declarations"
141#endif
142#endif
143#undef EXPORTLIBRARY