NX Open C++ 参考指南 2406 v1.1
载入中...
搜索中...
未找到
GeometricUtilities_RectangularPattern.hxx
1//--------------------------------------------------------------------------
2// Copyright 2024 Siemens
3//--------------------------------------------------------------------------
4// C++接口至JA API的头文件
5//--------------------------------------------------------------------------
6//
7// 源文件:
8// GeometricUtilities_RectangularPattern.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/GeometricUtilities_DistancePatternSpacing.hxx>
22#include <NXOpen/GeometricUtilities_HorizontalReference.hxx>
23#include <NXOpen/GeometricUtilities_IComponentBuilder.hxx>
24#include <NXOpen/TaggedObject.hxx>
25#include <NXOpen/SelectObject.hxx>
26#include <NXOpen/libnxopencpp_geometricutilities_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 GeometricUtilities
37 {
39 }
40 class Direction;
41 namespace GeometricUtilities
42 {
44 }
45 namespace GeometricUtilities
46 {
48 }
49 namespace GeometricUtilities
50 {
52 }
53 class SelectNXObject;
54 namespace GeometricUtilities
55 {
56 class _RectangularPatternBuilder;
57 class RectangularPatternImpl;
61 class NXOPENCPP_GEOMETRICUTILITIESEXPORT RectangularPattern : public NXOpen::TaggedObject, public virtual NXOpen::GeometricUtilities::IComponentBuilder
62 {
70
77 private: RectangularPatternImpl * m_rectangularpattern_impl;
78 private: friend class _RectangularPatternBuilder;
79 protected: RectangularPattern();
80 public: ~RectangularPattern();
85 (
86 );
90 public: void SetXDirection
91 (
92 NXOpen::Direction * xDirection
93 );
98 (
99 );
104 (
105 );
109 public: void SetYDirection
110 (
111 NXOpen::Direction * yDirection
112 );
117 (
118 );
123 (
124 );
129 (
130 );
134 public: bool XFlip
135 (
136 );
140 public: void SetXFlip
141 (
142 bool flip
143 );
147 public: bool YFlip
148 (
149 );
153 public: void SetYFlip
154 (
155 bool flip
156 );
160 public: bool XSymmetryToggle
161 (
162 );
167 (
168 bool toggle
169 );
173 public: bool YSymmetryToggle
174 (
175 );
180 (
181 bool toggle
182 );
187 (
188 );
193 (
194 bool toggle
195 );
200 (
201 );
205 public: void SetStaggerType
206 (
208 );
213 (
214 );
219 (
220 bool create
221 );
226 (
227 );
232 (
234 );
239 (
240 );
245 public: virtual bool Validate
246 (
247 );
248 };
249 }
250}
251#ifdef _MSC_VER
252#pragma warning(pop)
253#endif
254#ifdef __GNUC__
255#ifndef NX_NO_GCC_DEPRECATION_WARNINGS
256#pragma GCC diagnostic warning "-Wdeprecated-declarations"
257#endif
258#endif
259#undef EXPORTLIBRARY