NX Open C++ 参考指南
2406 v1.1
载入中...
搜索中...
未找到
D:
Tan_NX2406C++
UGopenLib
NX2406
UGOPEN
NXOpen
Layout2d_InsertComponentBuilder.hxx
1
//--------------------------------------------------------------------------
2
// Copyright 2024 Siemens
3
//--------------------------------------------------------------------------
4
// C++接口JA API的头文件
5
//--------------------------------------------------------------------------
6
//
7
// 源文件:
8
// Layout2d_InsertComponentBuilder.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/Layout2d_ComponentSettingsBlockBuilder.hxx>
22
#include <NXOpen/Layout2d_Types.hxx>
23
#include <NXOpen/Builder.hxx>
24
#include <NXOpen/ugmath.hxx>
25
#include <NXOpen/libnxopencpp_layout2d_exports.hxx>
26
#ifdef _MSC_VER
27
#pragma warning(push)
28
#pragma warning(disable:4996)
29
#endif
30
#ifdef __GNUC__
31
#pragma GCC diagnostic ignored "-Wdeprecated-declarations"
32
#endif
33
namespace
NXOpen
34
{
35
namespace
Layout2d
36
{
37
class
InsertComponentBuilder
;
38
}
39
class
Builder
;
40
namespace
Layout2d
41
{
42
class
ComponentSettingsBlockBuilder
;
43
}
44
class
Sketch
;
45
namespace
Layout2d
46
{
47
class
_InsertComponentBuilderBuilder;
48
class
InsertComponentBuilderImpl;
52
class
NXOPENCPP_LAYOUT2DEXPORT InsertComponentBuilder :
public
NXOpen::Builder
53
{
54
private
:
InsertComponentBuilderImpl
* m_insertcomponentbuilder_impl;
55
private
:
friend
class
_InsertComponentBuilderBuilder;
56
protected
: InsertComponentBuilder();
57
public
: ~InsertComponentBuilder();
61
public
:
NXOpen::Point3d
SpecifyPoint
62
(
63
);
67
public
:
void
SetSpecifyPoint
68
(
69
const
NXOpen::Point3d
& specifyPoint
70
);
74
public
:
double
Angle
75
(
76
);
80
public
:
void
SetAngle
81
(
82
double
angle
83
);
87
public
:
NXOpen::Layout2d::ComponentSettingsBlockBuilder
*
Settings
88
(
89
);
93
public
:
void
SetPath
94
(
95
const
NXString
& path
96
);
100
void
SetPath
101
(
102
const
char
* path
103
);
107
public
:
void
SetLocation
108
(
109
NXOpen::Layout2d::Layout2dDefinitionLocation
locationType
110
);
114
public
:
NXOpen::Sketch
*
Sketch
115
(
116
);
120
public
:
void
SetSketch
121
(
122
NXOpen::Sketch
* sketch
123
);
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