NX Open C++ 参考指南 2406 v1.1
载入中...
搜索中...
未找到
Features_TangentBuilder.hxx
1//--------------------------------------------------------------------------
2// 版权所有 2024 Siemens
3//--------------------------------------------------------------------------
4// C++接口到JA API的头文件
5//--------------------------------------------------------------------------
6//
7// 源文件:
8// Features_TangentBuilder.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/Features_FaceRecognitionBuilder.hxx>
22#include <NXOpen/GeometricUtilities_FaceChangeOverflowBehavior.hxx>
23#include <NXOpen/Features_FeatureBuilder.hxx>
24#include <NXOpen/SelectObject.hxx>
25#include <NXOpen/libnxopencpp_features_exports.hxx>
26#ifdef _MSC_VER
27#pragma warning(push)
28#pragma warning(disable:4996)
29#endif
30#ifdef __GNUC__
31#pragma GCC diagnostic ignored "-Wdeprecated-declarations"
32#endif
33namespace NXOpen
34{
35 namespace Features
36 {
37 class TangentBuilder;
38 }
39 namespace Features
40 {
42 }
43 namespace Features
44 {
45 class FeatureBuilder;
46 }
47 namespace GeometricUtilities
48 {
50 }
51 class Point;
52 class SelectFace;
53 class SelectISurface;
54 namespace Features
55 {
56 class _TangentBuilderBuilder;
57 class TangentBuilderImpl;
120 class NXOPENCPP_FEATURESEXPORT TangentBuilder : public NXOpen::Features::FeatureBuilder
121 {
122 private: TangentBuilderImpl * m_tangentbuilder_impl;
123 private: friend class _TangentBuilderBuilder;
124 protected: TangentBuilder();
125public: ~TangentBuilder();
130 (
131 );
136 (
137 );
141 public: void SetThroughPoint
142 (
143 NXOpen::Point * throughPoint
144 );
149 (
150 );
155 (
156 );
161 (
162 );
163 };
164 }
165}
166#ifdef _MSC_VER
167#pragma warning(pop)
168#endif
169#ifdef __GNUC__
170#ifndef NX_NO_GCC_DEPRECATION_WARNINGS
171#pragma GCC diagnostic warning "-Wdeprecated-declarations"
172#endif
173#endif
174#undef EXPORTLIBRARY