NX Open C++ 参考指南 2406 v1.1
载入中...
搜索中...
未找到
Tooling_TrimRegionBuilder.hxx
1//--------------------------------------------------------------------------
2// Copyright 2024 Siemens
3//--------------------------------------------------------------------------
4// Header for C++ interface to JA API
5//--------------------------------------------------------------------------
6//
7// Source File:
8// Tooling_TrimRegionBuilder.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/Builder.hxx>
22#include <NXOpen/ObjectList.hxx>
23#include <NXOpen/ScCollector.hxx>
24#include <NXOpen/SelectObject.hxx>
25#include <NXOpen/SelectObjectList.hxx>
26#include <NXOpen/libnxopencpp_tooling_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 Tooling
37 {
39 }
40 class Builder;
41 class NXColor;
42 class NXObject;
43 class RegionPointList;
44 class ScCollector;
45 class SelectBody;
47 namespace Tooling
48 {
49 class _TrimRegionBuilderBuilder;
50 class TrimRegionBuilderImpl;
73 class NXOPENCPP_TOOLINGEXPORT TrimRegionBuilder : public NXOpen::Builder
74 {
81
87
93 private: TrimRegionBuilderImpl * m_trimregionbuilder_impl;
94 private: friend class _TrimRegionBuilderBuilder;
95 protected: TrimRegionBuilder();
96public: ~TrimRegionBuilder();
101 (
102 );
107 (
108 );
112 public: void SetBoundaryType
113 (
115 );
120 (
121 );
126 (
127 );
132 (
133 );
138 (
139 );
143 public: void SetRegionType
144 (
146 );
150 public: bool AsPatchSurface
151 (
152 );
156 public: void SetAsPatchSurface
157 (
158 bool asPatchSurface
159 );
163 public: void GetColorValue
164 (
165 double* redValue ,
166 double* greenValue ,
167 double* blueValue
168 );
172 public: void SetColorValue
173 (
174 double redValue ,
175 double greenValue ,
176 double blueValue
177 );
182 (
183 );
187 public: void SetBodyColor
188 (
189 NXOpen::NXColor * patchColor
190 );
194 public: void SetTraverseEdges
195 (
196 const std::vector<NXOpen::NXObject *> & traverseEdges
197 );
202 (
203 );
207 public: void SetConvertType
208 (
210 );
215 (
216 );
217 };
218 }
219}
220#ifdef _MSC_VER
221#pragma warning(pop)
222#endif
223#ifdef __GNUC__
224#ifndef NX_NO_GCC_DEPRECATION_WARNINGS
225#pragma GCC diagnostic warning "-Wdeprecated-declarations"
226#endif
227#endif
228#undef EXPORTLIBRARY