NX Open C++ 参考指南
2406 v1.1
载入中...
搜索中...
未找到
D:
Tan_NX2406C++
UGopenLib
NX2406
UGOPEN
NXOpen
Features_DatumCsysBuilder.hxx
1
//--------------------------------------------------------------------------
2
// Copyright 2024 Siemens
3
//--------------------------------------------------------------------------
4
// C++接口到JA API的头文件
5
//--------------------------------------------------------------------------
6
//
7
// 源文件:
8
// Features_DatumCsysBuilder.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/ugmath.hxx>
23
#include <NXOpen/libnxopencpp_features_exports.hxx>
24
#ifdef _MSC_VER
25
#pragma warning(push)
26
#pragma warning(disable:4996)
27
#endif
28
#ifdef __GNUC__
29
#pragma GCC diagnostic ignored "-Wdeprecated-declarations"
30
#endif
31
namespace
NXOpen
32
{
33
namespace
Features
34
{
35
class
DatumCsysBuilder
;
36
}
37
class
CartesianCoordinateSystem
;
38
namespace
Features
39
{
40
class
FeatureBuilder
;
41
}
42
namespace
Features
43
{
44
class
_DatumCsysBuilderBuilder;
45
class
DatumCsysBuilderImpl;
49
class
NXOPENCPP_FEATURESEXPORT DatumCsysBuilder :
public
NXOpen::Features::FeatureBuilder
50
{
51
private
:
DatumCsysBuilderImpl
* m_datumcsysbuilder_impl;
52
private
:
friend
class
_DatumCsysBuilderBuilder;
53
protected
: DatumCsysBuilder();
54
public
: ~DatumCsysBuilder();
58
public
:
void
SetCsys
59
(
60
NXOpen::CartesianCoordinateSystem
* csys
61
);
65
public
:
NXOpen::CartesianCoordinateSystem
*
Csys
66
(
67
);
71
public
:
void
SetDisplayScaleFactor
72
(
73
double
displayScaleFactor
74
);
78
public
:
double
DisplayScaleFactor
79
(
80
);
85
public
:
NX_DEPRECATED
(
"于NX7.5.1版本过时。 此属性现在始终为TRUE,对该属性的调用可安全移除。"
) void SetComponentsCreation
86
(
87
bool
componentsCreation
88
);
93
public:
NX_DEPRECATED
(
"于NX7.5.1版本过时。 此属性现在始终为TRUE,对该属性的调用可安全移除。"
)
bool
ComponentsCreation
94
(
95
);
100
public:
NX_DEPRECATED
(
"于NX7.5.1版本过时。 此属性现在始终为TRUE,对该属性的调用可安全移除。"
)
void
SetFixedSizeDatum
101
(
102
bool
fixedSizeDatum
103
);
108
public:
NX_DEPRECATED
(
"于NX7.5.1版本过时。 此属性现在始终为TRUE,对该属性的调用可安全移除。"
)
bool
FixedSizeDatum
109
(
110
);
114
public:
void
GetWaveLinkInformation
115
(
116
NXString
* info ,
117
bool
* xformExists ,
118
NXOpen
::
Point3d
* xformOrigin ,
119
NXOpen
::
Matrix3x3
* xformOrientation ,
120
double
* xformScale
121
);
122
};
123
}
124
}
125
#ifdef _MSC_VER
126
#pragma warning(pop)
127
#endif
128
#ifdef __GNUC__
129
#ifndef NX_NO_GCC_DEPRECATION_WARNINGS
130
#pragma GCC diagnostic warning "-Wdeprecated-declarations"
131
#endif
132
#endif
133
#undef EXPORTLIBRARY