NX Open C++ 参考指南 2406 v1.1
载入中...
搜索中...
未找到
Features_ViewVolumeBuilder.hxx
1//--------------------------------------------------------------------------
2// Copyright 2024 Siemens
3//--------------------------------------------------------------------------
4// C++接口JA API的头文件
5//--------------------------------------------------------------------------
6//
7// 源文件:
8// Features_ViewVolumeBuilder.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_InterceptionBuilder.hxx>
23#include <NXOpen/Features_FeatureBuilder.hxx>
24#include <NXOpen/ScCollector.hxx>
25#include <NXOpen/SelectObject.hxx>
26#include <NXOpen/SelectObjectList.hxx>
27#include <NXOpen/libnxopencpp_features_exports.hxx>
28#ifdef _MSC_VER
29#pragma warning(push)
30#pragma warning(disable:4996)
31#endif
32#ifdef __GNUC__
33#pragma GCC diagnostic ignored "-Wdeprecated-declarations"
34#endif
35namespace NXOpen
36{
37 namespace Features
38 {
40 }
41 class Direction;
42 class Expression;
43 namespace Features
44 {
45 class FeatureBuilder;
46 }
47 namespace Features
48 {
49 class SelectFeature;
50 }
51 namespace Features
52 {
54 }
55 class NXColor;
56 class Point;
57 class ScCollector;
58 namespace Features
59 {
60 class _ViewVolumeBuilderBuilder;
61 class ViewVolumeBuilderImpl;
130 class NXOPENCPP_FEATURESEXPORT ViewVolumeBuilder : public NXOpen::Features::FeatureBuilder
131 {
142
150
153 public: enum AxisPairs
154 {
157 };
158 private: ViewVolumeBuilderImpl * m_viewvolumebuilder_impl;
159 private: friend class _ViewVolumeBuilderBuilder;
160 protected: ViewVolumeBuilder();
161 public: ~ViewVolumeBuilder();
166 (
167 );
172 (
174 );
179 (
180 );
184 public: bool CreateROI
185 (
186 );
190 public: void SetCreateROI
191 (
192 bool createROI
193 );
197 public: bool UseViewDirection
198 (
199 );
204 (
205 bool useViewDirection
206 );
211 (
212 );
217 (
219 );
224 (
225 );
230 (
231 NXOpen::Direction * viewDirectionVector
232 );
237 (
238 );
242 public: void SetTargetPoint
243 (
244 NXOpen::Point * targetPoint
245 );
250 (
251 );
256 (
257 );
262 (
263 );
268 (
269 );
274 (
275 );
280 (
281 );
285 public: int TranslucencyFOV
286 (
287 );
292 (
293 int translucencyFOV
294 );
299 (
300 );
304 public: void SetColorFOV
305 (
306 NXOpen::NXColor * colorFOV
307 );
311 public: int TranslucencyROI
312 (
313 );
318 (
319 int translucencyROI
320 );
325 (
326 );
330 public: void SetColorROI
331 (
332 NXOpen::NXColor * colorROI
333 );
338 (
339 );
344 (
345 );
349 public: void SetWindowBodies
350 (
351 NXOpen::ScCollector * windowBodies
352 );
357 (
358 );
363 (
364 );
369 (
370 );
375 (
377 );
382 (
383 );
387 public: void SetAxisPair
388 (
390 );
395 (
396 );
401 (
402 );
407 (
408 );
409 };
410 }
411}
412#ifdef _MSC_VER
413#pragma warning(pop)
414#endif
415#ifdef __GNUC__
416#ifndef NX_NO_GCC_DEPRECATION_WARNINGS
417#pragma GCC diagnostic warning "-Wdeprecated-declarations"
418#endif
419#endif
420#undef EXPORTLIBRARY