NX Open C++ 参考指南
2406 v1.1
载入中...
搜索中...
未找到
D:
Tan_NX2406C++
UGopenLib
NX2406
UGOPEN
NXOpen
Weld_JointmarkPointsBuilder.hxx
1
//--------------------------------------------------------------------------
2
// Copyright 2024 Siemens
3
//--------------------------------------------------------------------------
4
// C++接口至JA API的头文件
5
//--------------------------------------------------------------------------
6
//
7
// 源文件:
8
// Weld_JointmarkPointsBuilder.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/GeometricUtilities_IComponentBuilder.hxx>
23
#include <NXOpen/TaggedObject.hxx>
24
#include <NXOpen/SelectObject.hxx>
25
#include <NXOpen/ugmath.hxx>
26
#include <NXOpen/libnxopencpp_weld_exports.hxx>
27
#ifdef _MSC_VER
28
#pragma warning(push)
29
#pragma warning(disable:4996)
30
#endif
31
#ifdef __GNUC__
32
#pragma GCC diagnostic ignored "-Wdeprecated-declarations"
33
#endif
34
namespace
NXOpen
35
{
36
namespace
Weld
37
{
38
class
JointmarkPointsBuilder
;
39
}
40
class
Expression
;
41
namespace
Features
42
{
43
class
SelectFeature
;
44
}
45
namespace
GeometricUtilities
46
{
47
class
IComponentBuilder
;
48
}
49
class
Point
;
50
namespace
Weld
51
{
52
class
_JointmarkPointsBuilderBuilder;
53
class
JointmarkPointsBuilderImpl;
57
class
NXOPENCPP_WELDEXPORT JointmarkPointsBuilder :
public
NXOpen::TaggedObject
,
public
virtual
NXOpen::GeometricUtilities::IComponentBuilder
58
{
60
public
:
enum
PointPosition
61
{
62
PointPositionNone
,
63
PointPositionMovedAlongGuide
,
64
PointPositionMovedOffGuide
65
};
66
private
:
JointmarkPointsBuilderImpl
* m_jointmarkpointsbuilder_impl;
67
private
:
friend
class
_JointmarkPointsBuilderBuilder;
68
protected
:
JointmarkPointsBuilder
();
69
public
:
~JointmarkPointsBuilder
();
73
public
:
NXOpen::Point
*
Point
74
(
75
);
79
public
:
void
SetPoint
80
(
81
NXOpen::Point
* point
82
);
86
public
:
NXOpen::Expression
*
Angle
87
(
88
);
92
public
:
bool
FlipDirection
93
(
94
);
98
public
:
void
SetFlipDirection
99
(
100
bool
flip
101
);
105
public
:
NXOpen::Features::SelectFeature
*
MappingFeature
106
(
107
);
111
public
:
void
UpdateCsys
112
(
113
const
NXOpen::Matrix3x3
& matrix
114
);
119
public
:
virtual
bool
Validate
120
(
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