NX Open C++ 参考指南 2406 v1.1
载入中...
搜索中...
未找到
Motion_GeneralCouplerBuilder.hxx
1//--------------------------------------------------------------------------
2// Copyright 2024 Siemens
3//--------------------------------------------------------------------------
4// C++接口JA API的头文件
5//--------------------------------------------------------------------------
6//
7// 源文件:
8// Motion_GeneralCouplerBuilder.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/Motion_MotionBuilder.hxx>
24#include <NXOpen/SelectObject.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 {
38 }
39 class Expression;
40 namespace Motion
41 {
42 class MotionBuilder;
43 }
44 namespace Motion
45 {
46 class SelectJoint;
47 }
48 namespace Motion
49 {
50 class _GeneralCouplerBuilderBuilder;
51 class GeneralCouplerBuilderImpl;
73 class NXOPENCPP_MOTIONEXPORT GeneralCouplerBuilder : public NXOpen::Motion::MotionBuilder
74 {
81 private: GeneralCouplerBuilderImpl * m_generalcouplerbuilder_impl;
82 private: friend class _GeneralCouplerBuilderBuilder;
83 protected: GeneralCouplerBuilder();
89 (
90 );
94 public: void SetAttachment
95 (
97 );
102 (
103 );
108 (
109 );
113 public: void SetFirstType
114 (
116 );
121 (
122 );
127 (
128 );
132 public: void SetSecondType
133 (
135 );
140 (
141 );
146 (
147 );
151 public: void SetThirdType
152 (
154 );
159 (
160 );
164 public: void SetName
165 (
166 const NXString & name
167 );
172 (
173 const char * name
174 );
179 (
180 );
185 (
186 );
191 (
192 );
193 };
194 }
195}
196#ifdef _MSC_VER
197#pragma warning(pop)
198#endif
199#ifdef __GNUC__
200#ifndef NX_NO_GCC_DEPRECATION_WARNINGS
201#pragma GCC diagnostic warning "-Wdeprecated-declarations"
202#endif
203#endif
204#undef EXPORTLIBRARY