NX Open C++ 参考指南 2406 v1.1
载入中...
搜索中...
未找到
Features_GeodesicIntersectBuilder.hxx
1//--------------------------------------------------------------------------
2// Copyright 2024 Siemens
3//--------------------------------------------------------------------------
4// C++接口至JA API的头文件
5//--------------------------------------------------------------------------
6//
7// 源文件:
8// Features_GeodesicIntersectBuilder.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_FeatureBuilder.hxx>
22#include <NXOpen/ScCollector.hxx>
23#include <NXOpen/Section.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 {
38 }
39 namespace Features
40 {
41 class FeatureBuilder;
42 }
43 class ScCollector;
44 class Section;
46 namespace Features
47 {
48 class _GeodesicIntersectBuilderBuilder;
49 class GeodesicIntersectBuilderImpl;
62 class NXOPENCPP_FEATURESEXPORT GeodesicIntersectBuilder : public NXOpen::Features::FeatureBuilder
63 {
65 public: enum Type
66 {
70 };
71 private: GeodesicIntersectBuilderImpl * m_geodesicintersectbuilder_impl;
72 private: friend class _GeodesicIntersectBuilderBuilder;
73 protected: GeodesicIntersectBuilder();
79 (
80 );
84 public: void SetIntersectType
85 (
87 );
92 (
93 );
98 (
99 );
104 (
105 );
106 };
107 }
108}
109#ifdef _MSC_VER
110#pragma warning(pop)
111#endif
112#ifdef __GNUC__
113#ifndef NX_NO_GCC_DEPRECATION_WARNINGS
114#pragma GCC diagnostic warning "-Wdeprecated-declarations"
115#endif
116#endif
117#undef EXPORTLIBRARY