NX Open C++ 参考指南 2406 v1.1
载入中...
搜索中...
未找到
Facet_FeatureExtractionBuilder.hxx
1//--------------------------------------------------------------------------
2// Copyright 2024 Siemens
3//--------------------------------------------------------------------------
4// C++接口的JA API头文件
5//--------------------------------------------------------------------------
6//
7// 源文件:
8// Facet_FeatureExtractionBuilder.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/SelectObjectList.hxx>
23#include <NXOpen/libnxopencpp_facet_exports.hxx>
24#ifdef _MSC_VER
25#pragma warning(push)
26#pragma warning(disable:4996)
27#endif
28#ifdef __GNUC__
29#pragma GCC diagnostic ignored "-Wdeprecated-declarations"
30#endif
31namespace NXOpen
32{
33 namespace Facet
34 {
36 }
37 class Builder;
38 namespace Facet
39 {
40 class FacetedBody;
41 }
42 namespace Facet
43 {
45 }
46 class Spline;
47 namespace Facet
48 {
49 class _FeatureExtractionBuilderBuilder;
50 class FeatureExtractionBuilderImpl;
58 class NXOPENCPP_FACETEXPORT FeatureExtractionBuilder : public NXOpen::Builder
59 {
67 private: FeatureExtractionBuilderImpl * m_featureextractionbuilder_impl;
68 private: friend class _FeatureExtractionBuilderBuilder;
69 protected: FeatureExtractionBuilder();
75 (
76 );
80 public: bool AreRegionsEnabled
81 (
82 );
87 (
88 bool regionsEnabled
89 );
93 public: bool AreBordersEnabled
94 (
95 );
100 (
101 bool bordersEnabled
102 );
107 (
108 );
113 (
114 bool smoothingEanbled
115 );
119 public: double SmoothingFactor
120 (
121 );
126 (
127 double smoothingFactor
128 );
133 (
134 );
138 public: void SetInputAction
139 (
141 );
145 public: double MinimumBorderLength
146 (
147 );
152 (
153 double minimumBorderLength
154 );
158 public: std::vector<NXOpen::Facet::FacetedBody *> GetExtractedRegions
159 (
160 );
164 public: std::vector<NXOpen::Spline *> GetExtractedBorders
165 (
166 );
167 };
168 }
169}
170#ifdef _MSC_VER
171#pragma warning(pop)
172#endif
173#ifdef __GNUC__
174#ifndef NX_NO_GCC_DEPRECATION_WARNINGS
175#pragma GCC diagnostic warning "-Wdeprecated-declarations"
176#endif
177#endif
178#undef EXPORTLIBRARY