NX Open C++ 参考指南
2406 v1.1
载入中...
搜索中...
未找到
D:
Tan_NX2406C++
UGopenLib
NX2406
UGOPEN
NXOpen
Features_PrintCsysBuilder.hxx
1
//--------------------------------------------------------------------------
2
// Copyright 2024 Siemens
3
//--------------------------------------------------------------------------
4
// C++接口至JA API的头文件
5
//--------------------------------------------------------------------------
6
//
7
// 源文件:
8
// Features_PrintCsysBuilder.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/Expression.hxx>
22
#include <NXOpen/Features_FeatureBuilder.hxx>
23
#include <NXOpen/ScCollector.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
PrintCsysBuilder
;
37
}
38
class
CoordinateSystem
;
39
class
Expression
;
40
namespace
Features
41
{
42
class
FeatureBuilder
;
43
}
44
class
ScCollector
;
45
namespace
Features
46
{
47
class
_PrintCsysBuilderBuilder;
48
class
PrintCsysBuilderImpl;
72
class
NXOPENCPP_FEATURESEXPORT PrintCsysBuilder :
public
NXOpen::Features::FeatureBuilder
73
{
75
public
:
enum
Types
76
{
77
TypesUserDefined
,
78
TypesMinimumHeight
79
};
80
81
public
:
enum
FreedomType
82
{
83
FreedomTypeFree
,
84
FreedomTypeFixZDirection
,
85
FreedomTypeFixBottomPlane
,
86
FreedomTypeRotate180
,
87
FreedomTypeFixBottomandXY
,
88
FreedomTypeFixRotation
,
89
FreedomTypeFixed
90
};
91
private
:
PrintCsysBuilderImpl
* m_printcsysbuilder_impl;
92
private
:
friend
class
_PrintCsysBuilderBuilder;
93
protected
:
PrintCsysBuilder
();
94
public
:
~PrintCsysBuilder
();
98
public
:
NXOpen::Features::PrintCsysBuilder::Types
Type
99
(
100
);
104
public
:
void
SetType
105
(
106
NXOpen::Features::PrintCsysBuilder::Types
type
107
);
111
public
:
NXOpen::ScCollector
*
Bodies
112
(
113
);
117
public
:
NXOpen::CoordinateSystem
*
CoordinateSystem
118
(
119
);
123
public
:
void
SetCoordinateSystem
124
(
125
NXOpen::CoordinateSystem
* coord
126
);
130
public
:
double
MaxAngle
131
(
132
);
136
public
:
void
SetMaxAngle
137
(
138
double
maxAngle
139
);
143
public
:
NXOpen::Features::PrintCsysBuilder::FreedomType
Freedom
144
(
145
);
149
public
:
void
SetFreedom
150
(
151
NXOpen::Features::PrintCsysBuilder::FreedomType
freedom
152
);
156
public
:
double
Offset
157
(
158
);
162
public
:
void
SetOffset
163
(
164
double
offset
165
);
169
public
:
NXOpen::Expression
*
OffsetExpression
170
(
171
);
172
};
173
}
174
}
175
#ifdef _MSC_VER
176
#pragma warning(pop)
177
#endif
178
#ifdef __GNUC__
179
#ifndef NX_NO_GCC_DEPRECATION_WARNINGS
180
#pragma GCC diagnostic warning "-Wdeprecated-declarations"
181
#endif
182
#endif
183
#undef EXPORTLIBRARY