NX Open C++ 参考指南 2406 v1.1
载入中...
搜索中...
未找到
Features_DirectVisionBuilder.hxx
1//--------------------------------------------------------------------------
2// Copyright 2024 Siemens
3//--------------------------------------------------------------------------
4// C++接口的JA API头文件
5//--------------------------------------------------------------------------
6//
7// 源文件:
8// Features_DirectVisionBuilder.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/Features_FeatureBuilder.hxx>
23#include <NXOpen/SelectObject.hxx>
24#include <NXOpen/libnxopencpp_features_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 Features
35 {
37 }
38 class Expression;
39 namespace Features
40 {
41 class FeatureBuilder;
42 }
43 namespace Features
44 {
45 class SelectFeature;
46 }
47 class Point;
48 namespace Features
49 {
50 class _DirectVisionBuilderBuilder;
51 class DirectVisionBuilderImpl;
93 class NXOPENCPP_FEATURESEXPORT DirectVisionBuilder : public NXOpen::Features::FeatureBuilder
94 {
102
109
116 private: DirectVisionBuilderImpl * m_directvisionbuilder_impl;
117 private: friend class _DirectVisionBuilderBuilder;
118 protected: DirectVisionBuilder();
119public: ~DirectVisionBuilder();
124 (
125 );
129 public: void SetEyePointType
130 (
132 );
137 (
138 );
143 (
144 NXOpen::Point * userDefinedPoint
145 );
150 (
151 );
156 (
157 );
161 public: void SetStandard
162 (
163 const NXString & standard
164 );
169 (
170 const char * standard
171 );
176 (
177 );
181 public: void SetEyePoint
182 (
183 const NXString & eyePoint
184 );
189 (
190 const char * eyePoint
191 );
196 (
197 );
202 (
204 );
209 (
210 );
215 (
216 );
221 (
222 );
227 (
228 );
232 public: bool UseHeadTurnToggle
233 (
234 );
239 (
240 bool useHeadTurnToggle
241 );
246 (
247 );
251 public: void SetHeadTurnType
252 (
254 );
259 (
260 );
265 (
266 );
267 };
268 }
269}
270#ifdef _MSC_VER
271#pragma warning(pop)
272#endif
273#ifdef __GNUC__
274#ifndef NX_NO_GCC_DEPRECATION_WARNINGS
275#pragma GCC diagnostic warning "-Wdeprecated-declarations"
276#endif
277#endif
278#undef EXPORTLIBRARY