NX Open C++ 参考指南 2406 v1.1
载入中...
搜索中...
未找到
Mechatronics_ChainJointBuilder.hxx
1//--------------------------------------------------------------------------
2// Copyright 2024 Siemens
3//--------------------------------------------------------------------------
4// C++接口到JA API的头文件
5//--------------------------------------------------------------------------
6//
7// 源文件:
8// Mechatronics_ChainJointBuilder.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/Builder.hxx>
23#include <NXOpen/SelectObjectList.hxx>
24#include <NXOpen/libnxopencpp_mechatronics_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 Mechatronics
35 {
37 }
38 class Builder;
39 class Direction;
40 class Expression;
41 class Point;
43 namespace Mechatronics
44 {
45 class _ChainJointBuilderBuilder;
46 class ChainJointBuilderImpl;
53 class NXOPENCPP_MECHATRONICSEXPORT ChainJointBuilder : public NXOpen::Builder
54 {
55 private: ChainJointBuilderImpl * m_chainjointbuilder_impl;
56 private: friend class _ChainJointBuilderBuilder;
57 protected: ChainJointBuilder();
58 public: ~ChainJointBuilder();
64 (
65 );
70 (
71 );
75 public: void SetBaseAxisVector
76 (
77 NXOpen::Direction * axisVector
78 );
83 (
84 );
88 public: void SetBaseAnchorPoint
89 (
90 NXOpen::Point * point
91 );
95 public: bool EnableSecondAnchor
96 (
97 );
102 (
103 bool enable
104 );
109 (
110 );
115 (
116 NXOpen::Point * anchorPoint
117 );
122 (
123 );
128 (
129 bool enable
130 );
135 (
136 );
141 (
142 bool enable
143 );
148 (
149 );
154 (
155 );
160 (
161 );
166 (
167 );
171 public: void SetName
172 (
173 const NXString & name
174 );
179 (
180 const char * name
181 );
182 };
183 }
184}
185#ifdef _MSC_VER
186#pragma warning(pop)
187#endif
188#ifdef __GNUC__
189#ifndef NX_NO_GCC_DEPRECATION_WARNINGS
190#pragma GCC diagnostic warning "-Wdeprecated-declarations"
191#endif
192#endif
193#undef EXPORTLIBRARY