NX Open C++ 参考指南 2406 v1.1
载入中...
搜索中...
未找到
Motion_LinkAttachmentData.hxx
1//--------------------------------------------------------------------------
2// Copyright 2024 Siemens
3//--------------------------------------------------------------------------
4// C++接口到JA API的头文件
5//--------------------------------------------------------------------------
6//
7// 源文件:
8// Motion_LinkAttachmentData.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/GeometricUtilities_IComponentBuilder.hxx>
23#include <NXOpen/TaggedObject.hxx>
24#include <NXOpen/SelectObject.hxx>
25#include <NXOpen/ugmath.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 {
39 }
40 class CoordinateSystem;
41 class Direction;
42 namespace GeometricUtilities
43 {
45 }
46 namespace Motion
47 {
48 class SelectLink;
49 }
50 class Point;
51 namespace Motion
52 {
53 class _LinkAttachmentDataBuilder;
54 class LinkAttachmentDataImpl;
58 class NXOPENCPP_MOTIONEXPORT LinkAttachmentData : public NXOpen::TaggedObject, public virtual NXOpen::GeometricUtilities::IComponentBuilder
59 {
67 private: LinkAttachmentDataImpl * m_linkattachmentdata_impl;
68 private: friend class _LinkAttachmentDataBuilder;
69 protected: LinkAttachmentData();
70 public: ~LinkAttachmentData();
75 (
76 );
81 (
82 );
86 public: void SetLinkOvrCtrl
87 (
89 );
94 (
95 );
99 public: void SetOrigin
100 (
101 NXOpen::Point * origin
102 );
107 (
108 );
112 public: void SetOriginOvrCtrl
113 (
115 );
120 (
121 );
126 (
128 );
133 (
134 );
139 (
141 );
146 (
147 );
151 public: void SetVector
152 (
153 NXOpen::Direction * vector
154 );
159 (
160 );
164 public: void SetVectorOvrCtrl
165 (
167 );
172 (
173 );
177 public: void SetCsys
178 (
180 );
185 (
186 );
190 public: void SetCsysOvrCtrl
191 (
193 );
199 (
200 );
205 public: virtual bool Validate
206 (
207 );
208};
209 }
210}
211#ifdef _MSC_VER
212#pragma warning(pop)
213#endif
214#ifdef __GNUC__
215#ifndef NX_NO_GCC_DEPRECATION_WARNINGS
216#pragma GCC diagnostic warning "-Wdeprecated-declarations"
217#endif
218#endif
219#undef EXPORTLIBRARY