NX Open C++ 参考指南 2406 v1.1
载入中...
搜索中...
未找到
Routing_FittingPort.hxx
1//--------------------------------------------------------------------------
2// Copyright 2024 Siemens
3//--------------------------------------------------------------------------
4// 用于JA API的C++接口头文件
5//--------------------------------------------------------------------------
6//
7// 源文件:
8// Routing_FittingPort.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/Routing_IAxisPort.hxx>
23#include <NXOpen/Routing_ICharacteristic.hxx>
24#include <NXOpen/Routing_IRoutePosition.hxx>
25#include <NXOpen/Routing_Port.hxx>
26#include <NXOpen/Routing_CharacteristicList.hxx>
27#include <NXOpen/ugmath.hxx>
28#include <NXOpen/libnxopencpp_routing_exports.hxx>
29#ifdef _MSC_VER
30#pragma warning(push)
31#pragma warning(disable:4996)
32#endif
33#ifdef __GNUC__
34#pragma GCC diagnostic ignored "-Wdeprecated-declarations"
35#endif
36namespace NXOpen
37{
38 namespace Routing
39 {
40 class FittingPort;
41 }
42 namespace Assemblies
43 {
44 class Component;
45 }
46 class Axis;
47 class BasePart;
49 class Expression;
50 class INXObject;
51 class Point;
52 namespace Routing
53 {
55 }
56 namespace Routing
57 {
58 class IAxisPort;
59 }
60 namespace Routing
61 {
62 class ICharacteristic;
63 }
64 namespace Routing
65 {
66 class IRoutePosition;
67 }
68 namespace Routing
69 {
70 class Port;
71 }
72 namespace Routing
73 {
74 class _FittingPortBuilder;
75 class FittingPortImpl;
81 class NXOPENCPP_ROUTINGEXPORT FittingPort : public NXOpen::Routing::Port, public virtual NXOpen::Routing::IAxisPort
82 {
83 private: FittingPortImpl * m_fittingport_impl;
84 private: friend class _FittingPortBuilder;
85 protected: FittingPort();
86 public: ~FittingPort();
90 public: virtual void SetAlignVector
91 (
92 const NXOpen::Vector3d & vector
93 );
97 public: virtual void SetRotationVector
98 (
99 const NXOpen::Vector3d & vector
100 );
104 public: virtual void SetRotationObject
105 (
106 NXOpen::DisplayableObject * rotationObject
107 );
111 public: virtual void SetForwardExtension
112 (
113 double forwardExtension
114 );
119 (
120 );
124 public: virtual void SetForwardExtensionObject
125 (
126 NXOpen::Expression * forwardExtension
127 );
131 public: virtual void SetEngagement
132 (
133 double engagement
134 );
139 (
140 );
144 public: virtual void SetEngagementObject
145 (
146 NXOpen::Expression * engagement
147 );
151 public: virtual void SetCutbackLength
152 (
153 double cutbackLength
154 );
159 (
160 );
164 public: virtual void SetCutbackLengthObject
165 (
166 NXOpen::Expression * cutbackLength
167 );
171 public: virtual NXOpen::Axis * Axis
172 (
173 );
177 public: virtual void SetAxis
178 (
179 NXOpen::Axis * axis
180 );
181 };
182 }
183}
184#ifdef _MSC_VER
185#pragma warning(pop)
186#endif
187#ifdef __GNUC__
188#ifndef NX_NO_GCC_DEPRECATION_WARNINGS
189#pragma GCC diagnostic warning "-Wdeprecated-declarations"
190#endif
191#endif
192#undef EXPORTLIBRARY