NX Open C++ 参考指南 2406 v1.1
载入中...
搜索中...
未找到
Features_TrimBody2Builder.hxx
1//--------------------------------------------------------------------------
2// 版权所有 2024 Siemens
3//--------------------------------------------------------------------------
4// JA API C++接口的头文件
5//--------------------------------------------------------------------------
6//
7// 源文件:
8// Features_TrimBody2Builder.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/GeometricUtilities_BooleanToolBuilder.hxx>
22#include <NXOpen/Features_FeatureBuilder.hxx>
23#include <NXOpen/ScCollector.hxx>
24#include <NXOpen/libnxopencpp_features_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 Features
35 {
36 class TrimBody2Builder;
37 }
38 namespace Features
39 {
40 class FeatureBuilder;
41 }
42 namespace GeometricUtilities
43 {
45 }
46 class ScCollector;
47 namespace Features
48 {
49 class _TrimBody2BuilderBuilder;
50 class TrimBody2BuilderImpl;
69 class NXOPENCPP_FEATURESEXPORT TrimBody2Builder : public NXOpen::Features::FeatureBuilder
70 {
71 private: TrimBody2BuilderImpl * m_trimbody2builder_impl;
72 private: friend class _TrimBody2BuilderBuilder;
73 protected: TrimBody2Builder();
74 public: ~TrimBody2Builder();
80 (
81 );
87 (
88 NXOpen::ScCollector * targetBodyCollector
89 );
97 (
98 );
102 public: double Tolerance
103 (
104 );
108 public: void SetTolerance
109 (
110 double tolerance
111 );
112 };
113 }
114}
115#ifdef _MSC_VER
116#pragma warning(pop)
117#endif
118#ifdef __GNUC__
119#ifndef NX_NO_GCC_DEPRECATION_WARNINGS
120#pragma GCC diagnostic warning "-Wdeprecated-declarations"
121#endif
122#endif
123#undef EXPORTLIBRARY