NX Open C++ 参考指南
2406 v1.1
载入中...
搜索中...
未找到
D:
Tan_NX2406C++
UGopenLib
NX2406
UGOPEN
NXOpen
Features_CurveLengthBuilder.hxx
1
//--------------------------------------------------------------------------
2
// Copyright 2024 Siemens
3
//--------------------------------------------------------------------------
4
// C++接口JA API的头文件
5
//--------------------------------------------------------------------------
6
//
7
// 源文件:
8
// Features_CurveLengthBuilder.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/libnxopencpp_features_exports.hxx>
23
#ifdef _MSC_VER
24
#pragma warning(push)
25
#pragma warning(disable:4996)
26
#endif
27
#ifdef __GNUC__
28
#pragma GCC diagnostic ignored "-Wdeprecated-declarations"
29
#endif
30
namespace
NXOpen
31
{
32
namespace
Features
33
{
34
class
CurveLengthBuilder
;
35
}
36
namespace
Features
37
{
38
class
FeatureBuilder
;
39
}
40
namespace
GeometricUtilities
41
{
42
class
CurveLengthData
;
43
}
44
namespace
GeometricUtilities
45
{
46
class
CurveOptions
;
47
}
48
class
Section
;
49
namespace
Features
50
{
51
class
_CurveLengthBuilderBuilder;
52
class
CurveLengthBuilderImpl;
66
class
NXOPENCPP_FEATURESEXPORT CurveLengthBuilder :
public
NXOpen::Features::FeatureBuilder
67
{
68
private
:
CurveLengthBuilderImpl
* m_curvelengthbuilder_impl;
69
private
:
friend
class
_CurveLengthBuilderBuilder;
70
protected
: CurveLengthBuilder();
71
public
: ~CurveLengthBuilder();
75
public
:
void
SetSection
76
(
77
NXOpen::Section
* section
78
);
82
public
:
NXOpen::Section
*
Section
83
(
84
);
88
public
:
void
SetDistanceTolerance
89
(
90
double
distanceTolerance
91
);
95
public
:
double
DistanceTolerance
96
(
97
);
101
public
:
NXOpen::GeometricUtilities::CurveLengthData
*
CurvelengthData
102
(
103
);
107
public
:
NXOpen::GeometricUtilities::CurveOptions
*
CurveOptions
108
(
109
);
110
};
111
}
112
}
113
#ifdef _MSC_VER
114
#pragma warning(pop)
115
#endif
116
#ifdef __GNUC__
117
#ifndef NX_NO_GCC_DEPRECATION_WARNINGS
118
#pragma GCC diagnostic warning "-Wdeprecated-declarations"
119
#endif
120
#endif
121
#undef EXPORTLIBRARY