NX Open C++ 参考指南 2406 v1.1
载入中...
搜索中...
未找到
Mechatronics_HingeJointBuilder.hxx
1//--------------------------------------------------------------------------
2// Copyright 2024 Siemens
3//--------------------------------------------------------------------------
4// JA API的C++接口头文件
5//--------------------------------------------------------------------------
6//
7// 源文件:
8// Mechatronics_HingeJointBuilder.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/Mechatronics_PhysicsJointBuilder.hxx>
23#include <NXOpen/libnxopencpp_mechatronics_exports.hxx>
24#ifdef _MSC_VER
25#pragma warning(push)
26#pragma warning(disable:4996)
27#endif
28#ifdef __GNUC__
29#pragma GCC diagnostic ignored "-Wdeprecated-declarations"
30#endif
31namespace NXOpen
32{
33 namespace Mechatronics
34 {
36 }
37 class Direction;
38 class Expression;
39 namespace Mechatronics
40 {
42 }
43 class Point;
44 namespace Mechatronics
45 {
46 class _HingeJointBuilderBuilder;
47 class HingeJointBuilderImpl;
51 class NXOPENCPP_MECHATRONICSEXPORT HingeJointBuilder : public NXOpen::Mechatronics::PhysicsJointBuilder
52 {
53 private: HingeJointBuilderImpl * m_hingejointbuilder_impl;
54 private: friend class _HingeJointBuilderBuilder;
55 protected: HingeJointBuilder();
56 public: ~HingeJointBuilder();
61 (
62 );
66 public: void SetAxisVector
67 (
68 NXOpen::Direction * axisVector
69 );
74 (
75 );
79 public: void SetPoint
80 (
81 NXOpen::Point * point
82 );
87 (
88 );
92 public: bool EnableUpperLimit
93 (
94 );
99 (
100 bool enable
101 );
105 public: bool EnableLowerLimit
106 (
107 );
112 (
113 bool enable
114 );
119 (
120 );
125 (
126 );
127 };
128 }
129}
130#ifdef _MSC_VER
131#pragma warning(pop)
132#endif
133#ifdef __GNUC__
134#ifndef NX_NO_GCC_DEPRECATION_WARNINGS
135#pragma GCC diagnostic warning "-Wdeprecated-declarations"
136#endif
137#endif
138#undef EXPORTLIBRARY