NX Open C++ 参考指南 2406 v1.1
载入中...
搜索中...
未找到
Motion_PortAssociation.hxx
1//--------------------------------------------------------------------------
2// Copyright 2024 Siemens
3//--------------------------------------------------------------------------
4// JA API的C++接口头文件
5//--------------------------------------------------------------------------
6//
7// 源文件:
8// Motion_PortAssociation.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/Motion.hxx>
23#include <NXOpen/GeometricUtilities_IComponentBuilder.hxx>
24#include <NXOpen/TaggedObject.hxx>
25#include <NXOpen/libnxopencpp_motion_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 Motion
36 {
37 class PortAssociation;
38 }
39 class Expression;
40 namespace GeometricUtilities
41 {
43 }
44 namespace Motion
45 {
46 class _PortAssociationBuilder;
47 class PortAssociationImpl;
51 class NXOPENCPP_MOTIONEXPORT PortAssociation : public NXOpen::TaggedObject, public virtual NXOpen::GeometricUtilities::IComponentBuilder
52 {
53 private: PortAssociationImpl * m_portassociation_impl;
54 private: friend class _PortAssociationBuilder;
55 protected: PortAssociation();
56 public: ~PortAssociation();
61 (
62 );
67 (
68 );
72 public: NXString Name
73 (
74 );
78 public: void SetName
79 (
80 const NXString & name
81 );
86 (
87 const char * name
88 );
92 public: int OrderNumber
93 (
94 );
98 public: void SetOrderNumber
99 (
100 int orderNumber
101 );
106 (
107 );
112 (
114 );
119 (
120 );
124 public: void SetOffsetOvrCtrl
125 (
127 );
132 (
133 );
137 public: void SetNameOvrCtrl
138 (
140 );
145 (
146 );
151 (
153 );
160 public: virtual bool Validate
161 (
162 );
163 };
164 }
165}
166#ifdef _MSC_VER
167#pragma warning(pop)
168#endif
169#ifdef __GNUC__
170#ifndef NX_NO_GCC_DEPRECATION_WARNINGS
171#pragma GCC diagnostic warning "-Wdeprecated-declarations"
172#endif
173#endif
174#undef EXPORTLIBRARY