NX Open C++ 参考指南 2406 v1.1
载入中...
搜索中...
未找到
Die_DieLocationBuilder.hxx
1//--------------------------------------------------------------------------
2// Copyright 2024 Siemens
3//--------------------------------------------------------------------------
4// C++接口JA API的头文件
5//--------------------------------------------------------------------------
6//
7// 源文件:
8// Die_DieLocationBuilder.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 {
38 }
39 class Direction;
40 namespace GeometricUtilities
41 {
43 }
44 class Plane;
45 class Point;
46 class SelectNXObject;
47 namespace Die
48 {
49 class _DieLocationBuilderBuilder;
50 class DieLocationBuilderImpl;
58 class NXOPENCPP_DIEEXPORT DieLocationBuilder : public NXOpen::TaggedObject, public virtual NXOpen::GeometricUtilities::IComponentBuilder
59 {
69 private: DieLocationBuilderImpl * m_dielocationbuilder_impl;
70 private: friend class _DieLocationBuilderBuilder;
71 protected: DieLocationBuilder();
72 public: ~DieLocationBuilder();
77 (
78 );
82 public: void SetInputType
83 (
85 );
90 (
91 );
96 (
97 );
101 public: void SetPoint
102 (
103 NXOpen::Point * point
104 );
109 (
110 );
114 public: void SetVector
115 (
116 NXOpen::Direction * vector
117 );
122 (
123 );
127 public: void SetPlane
128 (
129 NXOpen::Plane * plane
130 );
135 (
136 );
141 (
142 const NXOpen::Point3d & coordinateSystemOrigin
143 );
148 (
149 );
154 (
155 const NXOpen::Matrix3x3 & coordinateSystemMatrix
156 );
161 public: virtual bool Validate
162 (
163 );
164 };
165 }
166}
167#ifdef _MSC_VER
168#pragma warning(pop)
169#endif
170#ifdef __GNUC__
171#ifndef NX_NO_GCC_DEPRECATION_WARNINGS
172#pragma GCC diagnostic warning "-Wdeprecated-declarations"
173#endif
174#endif
175#undef EXPORTLIBRARY