NX Open C++ 参考指南 2406 v1.1
载入中...
搜索中...
未找到
Preferences_TextureModelingPreferences.hxx
1//--------------------------------------------------------------------------
2// Copyright 2024 Siemens
3//--------------------------------------------------------------------------
4// C++接口头文件:纹理建模API
5//--------------------------------------------------------------------------
6//
7// 源文件:
8// Preferences_TextureModelingPreferences.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/DisplayableObject.hxx>
22#include <NXOpen/TaggedObject.hxx>
23#include <NXOpen/libnxopencpp_preferences_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 Preferences
34 {
36 }
37 namespace Preferences
38 {
40 }
41 namespace Preferences
42 {
43 class TextureModelingPreferencesImpl;
47 class NXOPENCPP_PREFERENCESEXPORT TextureModelingPreferences
48 {
49 private: TextureModelingPreferencesImpl * m_texturemodelingpreferences_impl;
54 public:
56 tag_t Tag() const;
61 public: int ULineColor
62 (
63 );
67 public: void SetULineColor
68 (
69 int color
70 );
75 (
76 );
80 public: void SetULineFont
81 (
83 );
88 (
89 );
93 public: void SetULineWidth
94 (
96 );
100 public: int VLineColor
101 (
102 );
106 public: void SetVLineColor
107 (
108 int color
109 );
114 (
115 );
119 public: void SetVLineFont
120 (
122 );
127 (
128 );
132 public: void SetVLineWidth
133 (
135 );
139 public: int RipEdgesColor
140 (
141 );
145 public: void SetRipEdgesColor
146 (
147 int color
148 );
153 (
154 );
158 public: void SetRipEdgesFont
159 (
161 );
166 (
167 );
171 public: void SetRipEdgesWidth
172 (
174 );
178 public: bool Show2DGrid
179 (
180 );
184 public: void SetShow2DGrid
185 (
186 bool show
187 );
191 public: bool Show3DGrid
192 (
193 );
197 public: void SetShow3DGrid
198 (
199 bool show
200 );
204 public: void DisplayDistortion
205 (
206 bool display
207 );
211 public: int UVPatchColor
212 (
213 );
217 public: void SetUVPatchColor
218 (
219 int color
220 );
225 (
226 );
231 (
232 int color
233 );
234 }; //lint !e1712 default constructor not defined for class
235 }
236}
237#ifdef _MSC_VER
238#pragma warning(pop)
239#endif
240#ifdef __GNUC__
241#ifndef NX_NO_GCC_DEPRECATION_WARNINGS
242#pragma GCC diagnostic warning "-Wdeprecated-declarations"
243#endif
244#endif
245#undef EXPORTLIBRARY