NX Open C++ 参考指南
2406 v1.1
载入中...
搜索中...
未找到
D:
Tan_NX2406C++
UGopenLib
NX2406
UGOPEN
NXOpen
Frame.hxx
1
//--------------------------------------------------------------------------
2
// Copyright 2024 Siemens
3
//--------------------------------------------------------------------------
4
// C++接口JA API的头文件
5
//--------------------------------------------------------------------------
6
//
7
// 源文件:
8
// Frame.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/DisplayableObject.hxx>
22
#include <NXOpen/INXObject.hxx>
23
#include <NXOpen/IOrientation.hxx>
24
#include <NXOpen/IProfile.hxx>
25
#include <NXOpen/IReferenceAxis.hxx>
26
#include <NXOpen/libnxopencpp_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
class
Frame
;
37
namespace
Assemblies
38
{
39
class
Component
;
40
}
41
class
BasePart
;
42
class
Body
;
43
class
DisplayableObject
;
44
class
INXObject
;
45
class
IOrientation
;
46
class
IProfile
;
47
class
IReferenceAxis
;
48
class
_FrameBuilder;
49
class
FrameImpl;
53
class
NXOPENCPPEXPORT Frame :
public
NXOpen::DisplayableObject
,
public
virtual
NXOpen::IReferenceAxis
,
public
virtual
NXOpen::IProfile
,
public
virtual
NXOpen::IOrientation
54
{
56
public
:
enum
FrameType
57
{
58
FrameTypeRubber
,
59
FrameTypeLattice
,
60
FrameTypeUndefined
61
};
62
private
:
FrameImpl
* m_frame_impl;
63
private
:
friend
class
_FrameBuilder;
64
protected
:
Frame
();
65
public
:
~Frame
();
69
public
:
NXOpen::Frame::FrameType
SolidFrameType
70
(
71
);
75
public
:
NXOpen::Body
*
GetBody
76
(
77
);
78
};
79
}
80
#ifdef _MSC_VER
81
#pragma warning(pop)
82
#endif
83
#ifdef __GNUC__
84
#ifndef NX_NO_GCC_DEPRECATION_WARNINGS
85
#pragma GCC diagnostic warning "-Wdeprecated-declarations"
86
#endif
87
#endif
88
#undef EXPORTLIBRARY