NX Open C++ 参考指南 2406 v1.1
载入中...
搜索中...
未找到
Features_AssociativeArcBuilder.hxx
1//--------------------------------------------------------------------------
2// Copyright 2024 Siemens
3//--------------------------------------------------------------------------
4// C++接口JA API的头文件
5//--------------------------------------------------------------------------
6//
7// 源文件:
8// Features_AssociativeArcBuilder.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/GeometricUtilities_CurveLimitsData.hxx>
23#include <NXOpen/GeometricUtilities_SupportPlaneData.hxx>
24#include <NXOpen/Features_FeatureBuilder.hxx>
25#include <NXOpen/SelectObject.hxx>
26#include <NXOpen/ugmath.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 Expression;
42 namespace Features
43 {
44 class FeatureBuilder;
45 }
46 namespace GeometricUtilities
47 {
48 class CurveLimitsData;
49 }
50 namespace GeometricUtilities
51 {
52 class SupportPlaneData;
53 }
56 class SelectObject;
57 class SelectPoint;
58 namespace Features
59 {
60 class _AssociativeArcBuilderBuilder;
61 class AssociativeArcBuilderImpl;
80 class NXOPENCPP_FEATURESEXPORT AssociativeArcBuilder : public NXOpen::Features::FeatureBuilder
81 {
88
95
102
109
118
125
134
141 private: AssociativeArcBuilderImpl * m_associativearcbuilder_impl;
142 private: friend class _AssociativeArcBuilderBuilder;
143 protected: AssociativeArcBuilder();
144public: ~AssociativeArcBuilder();
149 (
150 );
154 public: void SetType
155 (
157 );
162 (
163 );
168 (
170 );
175 (
176 );
181 (
182 );
187 (
189 );
194 (
195 );
200 (
201 );
206 (
207 );
212 (
213 );
218 (
220 );
225 (
226 );
231 (
232 );
237 (
238 );
243 (
245 );
250 (
251 );
256 (
257 );
262 (
264 );
269 (
270 );
275 (
276 );
281 (
282 );
287 (
288 );
293 (
295 );
300 (
301 );
306 (
307 );
312 (
314 );
319 (
320 );
325 (
326 );
331 (
332 );
337 (
338 );
343 (
344 );
349 (
350 );
355 (
356 );
360 public: bool Associative
361 (
362 );
366 public: void SetAssociative
367 (
368 bool associative
369 );
377 (
378 );
385 public: void SetZonePoint
386 (
387 const NXOpen::Point3d & zonePoint
388 );
393 (
394 );
399 (
400 const NXOpen::Vector3d & direction
401 );
402 };
403 }
404}
405#ifdef _MSC_VER
406#pragma warning(pop)
407#endif
408#ifdef __GNUC__
409#ifndef NX_NO_GCC_DEPRECATION_WARNINGS
410#pragma GCC diagnostic warning "-Wdeprecated-declarations"
411#endif
412#endif
413#undef EXPORTLIBRARY