NX Open C++ 参考指南
2406 v1.1
载入中...
搜索中...
未找到
D:
Tan_NX2406C++
UGopenLib
NX2406
UGOPEN
NXOpen
CurveSnapOptionsBuilder.hxx
1
//--------------------------------------------------------------------------
2
// Copyright 2024 Siemens
3
//--------------------------------------------------------------------------
4
// JA API的C++接口头文件
5
//--------------------------------------------------------------------------
6
//
7
// 源文件:
8
// CurveSnapOptionsBuilder.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/Builder.hxx>
22
#include <NXOpen/libnxopencpp_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
class
CurveSnapOptionsBuilder
;
33
class
Builder
;
34
class
_CurveSnapOptionsBuilderBuilder;
35
class
CurveSnapOptionsBuilderImpl;
41
class
NXOPENCPPEXPORT CurveSnapOptionsBuilder :
public
NXOpen::Builder
42
{
43
private
:
CurveSnapOptionsBuilderImpl
* m_curvesnapoptionsbuilder_impl;
44
private
:
friend
class
_CurveSnapOptionsBuilderBuilder;
45
protected
: CurveSnapOptionsBuilder();
46
public
: ~CurveSnapOptionsBuilder();
50
public
:
bool
OrthogonalDirection
51
(
52
);
56
public
:
void
SetOrthogonalDirection
57
(
58
bool
orthoDir
59
);
63
public
:
bool
OrthogonalAlignment
64
(
65
);
69
public
:
void
SetOrthogonalAlignment
70
(
71
bool
orthoAlign
72
);
76
public
:
bool
Tangent
77
(
78
);
82
public
:
void
SetTangent
83
(
84
bool
tangent
85
);
89
public
:
bool
Parallel
90
(
91
);
95
public
:
void
SetParallel
96
(
97
bool
parallel
98
);
102
public
:
bool
Perpendicular
103
(
104
);
108
public
:
void
SetPerpendicular
109
(
110
bool
perpendicular
111
);
115
public
:
bool
Collinear
116
(
117
);
121
public
:
void
SetCollinear
122
(
123
bool
collinear
124
);
125
};
126
}
127
#ifdef _MSC_VER
128
#pragma warning(pop)
129
#endif
130
#ifdef __GNUC__
131
#ifndef NX_NO_GCC_DEPRECATION_WARNINGS
132
#pragma GCC diagnostic warning "-Wdeprecated-declarations"
133
#endif
134
#endif
135
#undef EXPORTLIBRARY