NX Open C++ 参考指南 2406 v1.1
载入中...
搜索中...
未找到
RelationFinderSettingsBuilder.hxx
1//--------------------------------------------------------------------------
2// Copyright 2024 Siemens
3//--------------------------------------------------------------------------
4// JA API的C++接口头文件
5//--------------------------------------------------------------------------
6//
7// 源文件:
8// RelationFinderSettingsBuilder.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/Builder.hxx>
22#include <NXOpen/libnxopencpp_exports.hxx>
23#ifdef _MSC_VER
24#pragma warning(push)
25#pragma warning(disable:4996)
26#endif
27#ifdef __GNUC__
28#pragma GCC diagnostic ignored "-Wdeprecated-declarations"
29#endif
30namespace NXOpen
31{
33 class Builder;
34 class _RelationFinderSettingsBuilderBuilder;
35 class RelationFinderSettingsBuilderImpl;
41 class NXOPENCPPEXPORT RelationFinderSettingsBuilder : public NXOpen::Builder
42 {
43 private: RelationFinderSettingsBuilderImpl * m_relationfindersettingsbuilder_impl;
44 private: friend class _RelationFinderSettingsBuilderBuilder;
45 protected: RelationFinderSettingsBuilder();
46 public: ~RelationFinderSettingsBuilder();
50 public: bool FindOrthogonal
51 (
52 );
56 public: void SetFindOrthogonal
57 (
58 bool ortho
59 );
63 public: bool FindCollinear
64 (
65 );
69 public: void SetFindCollinear
70 (
71 bool collinear
72 );
76 public: bool FindEqualRadius
77 (
78 );
82 public: void SetFindEqualRadius
83 (
84 bool equalRadius
85 );
89 public: bool FindConcentric
90 (
91 );
95 public: void SetFindConcentric
96 (
97 bool concentric
98 );
102 public: bool FindTangent
103 (
104 );
108 public: void SetFindTangent
109 (
110 bool tangent
111 );
115 public: bool FindOffset
116 (
117 );
121 public: void SetFindOffset
122 (
123 bool offset
124 );
128 public: bool FindSymmetric
129 (
130 );
134 public: void SetFindSymmetric
135 (
136 bool symmetric
137 );
141 public: bool FindChamfer
142 (
143 );
147 public: void SetFindChamfer
148 (
149 bool chamfer
150 );
154 public: bool FindPerpendicular
155 (
156 );
161 (
162 bool perpendicular
163 );
167 public: bool FindParallel
168 (
169 );
173 public: void SetFindParallel
174 (
175 bool parallel
176 );
180 public: bool FindMidpoint
181 (
182 );
186 public: void SetFindMidpoint
187 (
188 bool midpoint
189 );
190 };
191}
192#ifdef _MSC_VER
193#pragma warning(pop)
194#endif
195#ifdef __GNUC__
196#ifndef NX_NO_GCC_DEPRECATION_WARNINGS
197#pragma GCC diagnostic warning "-Wdeprecated-declarations"
198#endif
199#endif
200#undef EXPORTLIBRARY