NX Open C++ 参考指南 2406 v1.1
载入中...
搜索中...
未找到
Die_DiePlaneBuilder.hxx
1//--------------------------------------------------------------------------
2// Copyright 2024 Siemens
3//--------------------------------------------------------------------------
4// C++接口到JA API的头文件
5//--------------------------------------------------------------------------
6//
7// 源文件:
8// Die_DiePlaneBuilder.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/GeometricUtilities_IComponentBuilder.hxx>
22#include <NXOpen/TaggedObject.hxx>
23#include <NXOpen/SelectObject.hxx>
24#include <NXOpen/ugmath.hxx>
25#include <NXOpen/libnxopencpp_die_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
33namespace NXOpen
34{
35 namespace Die
36 {
37 class DiePlaneBuilder;
38 }
39 namespace GeometricUtilities
40 {
42 }
43 class Plane;
44 class SelectNXObject;
45 namespace Die
46 {
47 class _DiePlaneBuilderBuilder;
48 class DiePlaneBuilderImpl;
54 class NXOPENCPP_DIEEXPORT DiePlaneBuilder : public NXOpen::TaggedObject, public virtual NXOpen::GeometricUtilities::IComponentBuilder
55 {
63 private: DiePlaneBuilderImpl * m_dieplanebuilder_impl;
64 private: friend class _DiePlaneBuilderBuilder;
65 protected: DiePlaneBuilder();
66 public: ~DiePlaneBuilder();
71 (
72 );
76 public: void SetInputType
77 (
79 );
84 (
85 );
90 (
91 );
95 public: void SetSpecifyPlane
96 (
97 NXOpen::Plane * specifyPlane
98 );
103 (
104 );
109 (
110 const NXOpen::Point3d & coordinateSystemOrigin
111 );
116 (
117 );
122 (
123 const NXOpen::Matrix3x3 & coordinateSystemMatrix
124 );
129 (
130 );
135 (
136 bool reverseSourceDirection
137 );
142 public: virtual bool Validate
143 (
144 );
145 };
146 }
147}
148#ifdef _MSC_VER
149#pragma warning(pop)
150#endif
151#ifdef __GNUC__
152#ifndef NX_NO_GCC_DEPRECATION_WARNINGS
153#pragma GCC diagnostic warning "-Wdeprecated-declarations"
154#endif
155#endif
156#undef EXPORTLIBRARY