NX Open C++ 参考指南 2406 v1.1
载入中...
搜索中...
未找到
Motion_LinkBuilder.hxx
1//--------------------------------------------------------------------------
2// Copyright 2024 Siemens
3//--------------------------------------------------------------------------
4// C++接口至JA API的头文件
5//--------------------------------------------------------------------------
6//
7// 源文件:
8// Motion_LinkBuilder.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/Motion.hxx>
22#include <NXOpen/Motion_LinkInitialVelocity.hxx>
23#include <NXOpen/Motion_LinkMassProperty.hxx>
24#include <NXOpen/Motion_MotionBuilder.hxx>
25#include <NXOpen/SelectObjectList.hxx>
26#include <NXOpen/libnxopencpp_motion_exports.hxx>
27#ifdef _MSC_VER
28#pragma warning(push)
29#pragma warning(disable:4996)
30#endif
31#ifdef __GNUC__
32#pragma GCC diagnostic ignored "-Wdeprecated-declarations"
33#endif
34namespace NXOpen
35{
36 namespace Motion
37 {
38 class LinkBuilder;
39 }
40 namespace Motion
41 {
43 }
44 namespace Motion
45 {
46 class LinkMassProperty;
47 }
48 namespace Motion
49 {
50 class MotionBuilder;
51 }
53 namespace Motion
54 {
55 class _LinkBuilderBuilder;
56 class LinkBuilderImpl;
62 class NXOPENCPP_MOTIONEXPORT LinkBuilder : public NXOpen::Motion::MotionBuilder
63 {
64 private: LinkBuilderImpl * m_linkbuilder_impl;
65 private: friend class _LinkBuilderBuilder;
66 protected: LinkBuilder();
67 public: ~LinkBuilder();
72 (
73 );
78 (
79 );
84 (
85 );
90 (
92 );
97 (
98 );
103 (
104 );
108 public: bool Fixed
109 (
110 );
114 public: void SetFixed
115 (
116 bool fixed
117 );
122 (
123 );
127 public: void SetFixedOvrCtrl
128 (
130 );
135 (
136 );
140 public: void SetName
141 (
142 const NXString & name
143 );
148 (
149 const char * name
150 );
151 };
152 }
153}
154#ifdef _MSC_VER
155#pragma warning(pop)
156#endif
157#ifdef __GNUC__
158#ifndef NX_NO_GCC_DEPRECATION_WARNINGS
159#pragma GCC diagnostic warning "-Wdeprecated-declarations"
160#endif
161#endif
162#undef EXPORTLIBRARY