NX Open C++ 参考指南 2406 v1.1
载入中...
搜索中...
未找到
Features_EnvironmentPaintingBuilder.hxx
1//--------------------------------------------------------------------------
2// Copyright 2024 Siemens
3//--------------------------------------------------------------------------
4// C++接口JA API的头文件
5//--------------------------------------------------------------------------
6//
7// 源文件:
8// Features_EnvironmentPaintingBuilder.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/Features_InterceptionBuilder.hxx>
22#include <NXOpen/Features_InterceptionCameraListItemBuilder.hxx>
23#include <NXOpen/Features_RotatingPointerListItemBuilder.hxx>
24#include <NXOpen/Features_VDVCameraListItemBuilder.hxx>
25#include <NXOpen/Features_VDVMirrorListItemBuilder.hxx>
26#include <NXOpen/GeometricUtilities_DisplayResolutionBuilder.hxx>
27#include <NXOpen/Features_FeatureBuilder.hxx>
28#include <NXOpen/ObjectList.hxx>
29#include <NXOpen/Preferences_PartVisualizationShade.hxx>
30#include <NXOpen/SelectObject.hxx>
31#include <NXOpen/SelectObjectList.hxx>
32#include <NXOpen/libnxopencpp_features_exports.hxx>
33#ifdef _MSC_VER
34#pragma warning(push)
35#pragma warning(disable:4996)
36#endif
37#ifdef __GNUC__
38#pragma GCC diagnostic ignored "-Wdeprecated-declarations"
39#endif
40namespace NXOpen
41{
42 namespace Features
43 {
45 }
46 class Direction;
47 namespace Features
48 {
49 class FeatureBuilder;
50 }
51 namespace Features
52 {
53 class InterceptionCameraListItemBuilder;
54 }
55 namespace Features
56 {
58 }
59 namespace Features
60 {
62 }
63 namespace Features
64 {
66 }
67 namespace Features
68 {
69 class SelectFeature;
70 }
71 namespace Features
72 {
74 }
75 namespace Features
76 {
78 }
79 namespace Features
80 {
82 }
83 namespace Features
84 {
86 }
87 namespace Features
88 {
90 }
91 namespace GeometricUtilities
92 {
94 }
95 class Point;
96 namespace Features
97 {
98 class _EnvironmentPaintingBuilderBuilder;
99 class EnvironmentPaintingBuilderImpl;
128 class NXOPENCPP_FEATURESEXPORT EnvironmentPaintingBuilder : public NXOpen::Features::FeatureBuilder
129 {
130 private: EnvironmentPaintingBuilderImpl * m_environmentpaintingbuilder_impl;
131 private: friend class _EnvironmentPaintingBuilderBuilder;
132 protected: EnvironmentPaintingBuilder();
133public: ~EnvironmentPaintingBuilder();
138 (
139 );
144 (
145 );
150 (
151 bool allowDirectVisibility
152 );
156 public: bool UseViewDirection
157 (
158 );
163 (
164 bool useViewDirection
165 );
170 (
171 );
176 (
178 );
183 (
184 );
189 (
190 NXOpen::Direction * viewDirectionVector
191 );
196 (
197 );
201 public: void SetTargetPoint
202 (
203 NXOpen::Point * targetPoint
204 );
209 (
210 );
215 public: NX_DEPRECATED("Deprecated in NX2306.0.0. Use NXOpen::Features::EnvironmentPaintingBuilder::CreateVDVCameraListItemBuilder.") NXOpen::Features::InterceptionCameraListItemBuilder * CreateInterceptionCameraListItemBuilder
216 (
217 );
222 public: NX_DEPRECATED("Deprecated in NX2306.0.0. Use NXOpen::Features::EnvironmentPaintingBuilder::VDVCameraList.") NXOpen::Features::InterceptionCameraListItemBuilderList * CameraList
223 (
224 );
229 (
230 );
235 (
236 );
241 (
242 );
247 (
248 );
253 (
254 );
259 (
260 );
264 public: NXOpen::GeometricUtilities::DisplayResolutionBuilder * DisplayResolution
265 (
266 );
270 public: double DistanceTolerance
271 (
272 );
277 (
278 double distanceTolerance
279 );
284 (
285 );
290 (
291 );
296 (
297 NXOpen::Preferences::PartVisualizationShade::AdvViewToleranceType resolutionReference
298 );
299 };
300 }
301}
302#ifdef _MSC_VER
303#pragma warning(pop)
304#endif
305#ifdef __GNUC__
306#ifndef NX_NO_GCC_DEPRECATION_WARNINGS
307#pragma GCC diagnostic warning "-Wdeprecated-declarations"
308#endif
309#endif
310#undef EXPORTLIBRARY