NX Open C++ 参考指南 2406 v1.1
载入中...
搜索中...
未找到
Tooling_ElectrodeCheckingBuilder.hxx
1//--------------------------------------------------------------------------
2// Copyright 2024 Siemens
3//--------------------------------------------------------------------------
4// Header for C++ interface to JA API
5//--------------------------------------------------------------------------
6//
7// Source File:
8// Tooling_ElectrodeCheckingBuilder.ja
9//
10// Generated by:
11// apiwrap
12//
13// WARNING:
14// This file is automatically generated - do not edit by hand
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/Builder.hxx>
23#include <NXOpen/SelectObjectList.hxx>
24#include <NXOpen/libnxopencpp_tooling_exports.hxx>
25#ifdef _MSC_VER
26#pragma warning(push)
27#pragma warning(disable:4996)
28#endif
29#ifdef __GNUC__
30#pragma GCC diagnostic ignored "-Wdeprecated-declarations"
31#endif
32namespace NXOpen
33{
34 namespace Tooling
35 {
37 }
38 class Builder;
39 class Expression;
41 namespace Tooling
42 {
43 class _ElectrodeCheckingBuilderBuilder;
44 class ElectrodeCheckingBuilderImpl;
72 class NXOPENCPP_TOOLINGEXPORT ElectrodeCheckingBuilder : public NXOpen::Builder
73 {
74 private: ElectrodeCheckingBuilderImpl * m_electrodecheckingbuilder_impl;
75 private: friend class _ElectrodeCheckingBuilderBuilder;
76 protected: ElectrodeCheckingBuilder();
77 public: ~ElectrodeCheckingBuilder();
82 (
83 );
88 (
89 );
94 (
95 const NXString & workpieceNameFilter
96 );
101 (
102 const char * workpieceNameFilter
103 );
108 (
109 );
114 (
115 );
120 (
121 const NXString & electrodeNameFilter
122 );
127 (
128 const char * electrodeNameFilter
129 );
133 public: bool SameParent
134 (
135 );
139 public: void SetSameParent
140 (
141 bool sameParent
142 );
146 public: bool TouchBody
147 (
148 );
152 public: void SetTouchBody
153 (
154 bool touchBody
155 );
159 public: bool InterSolid
160 (
161 );
165 public: void SetInterSolid
166 (
167 bool interSolid
168 );
172 public: bool MapFaceColor
173 (
174 );
178 public: void SetMapFaceColor
179 (
180 bool mapFaceColor
181 );
186 public: bool TouchArea
187 (
188 );
193 public: void SetTouchArea
194 (
195 bool touchArea
196 );
201 public: bool SaveResultsInPart
202 (
203 );
209 (
210 bool saveResultsInPart
211 );
217 (
218 );
223 public: double Tolerance
224 (
225 );
230 public: void SetTolerance
231 (
232 double tolerance
233 );
234 };
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