NX Open C++ 参考指南
2406 v1.1
载入中...
搜索中...
未找到
D:
Tan_NX2406C++
UGopenLib
NX2406
UGOPEN
NXOpen
Features_DatumBuilder.hxx
1
//--------------------------------------------------------------------------
2
// Copyright 2024 Siemens
3
//--------------------------------------------------------------------------
4
// 用于JA API的C++接口头文件
5
//--------------------------------------------------------------------------
6
//
7
// 源文件:
8
// Features_DatumBuilder.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/DatumConstraint.hxx>
22
#include <NXOpen/DisplayableObject.hxx>
23
#include <NXOpen/Features_FeatureBuilder.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
32
namespace
NXOpen
33
{
34
namespace
Features
35
{
36
class
DatumBuilder
;
37
}
38
class
DatumConstraint
;
39
namespace
Features
40
{
41
class
FeatureBuilder
;
42
}
43
namespace
Features
44
{
45
class
_DatumBuilderBuilder;
46
class
DatumBuilderImpl;
54
class
NXOPENCPP_FEATURESEXPORT DatumBuilder :
public
NXOpen::Features::FeatureBuilder
55
{
56
private
:
DatumBuilderImpl
* m_datumbuilder_impl;
57
private
:
friend
class
_DatumBuilderBuilder;
58
protected
: DatumBuilder();
59
public
: ~DatumBuilder();
65
public
:
NXOpen::DatumConstraint
*
CreateConstraint
66
(
67
);
71
public
: std::vector<NXOpen::DatumConstraint *>
GetConstraints
72
(
73
);
77
public
:
void
SetConstraints
78
(
79
const
std::vector<NXOpen::DatumConstraint *> & constraints
80
);
81
};
82
}
83
}
84
#ifdef _MSC_VER
85
#pragma warning(pop)
86
#endif
87
#ifdef __GNUC__
88
#ifndef NX_NO_GCC_DEPRECATION_WARNINGS
89
#pragma GCC diagnostic warning "-Wdeprecated-declarations"
90
#endif
91
#endif
92
#undef EXPORTLIBRARY