NX Open C++ 参考指南 2406 v1.1
载入中...
搜索中...
未找到
Motion_PackagingMeasureBuilder.hxx
1//--------------------------------------------------------------------------
2// Copyright 2024 Siemens
3//--------------------------------------------------------------------------
4// C++接口至JA API的头文件
5//--------------------------------------------------------------------------
6//
7// 源文件:
8// Motion_PackagingMeasureBuilder.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/Expression.hxx>
22#include <NXOpen/Motion_PackagingBuilder.hxx>
23#include <NXOpen/ugmath.hxx>
24#include <NXOpen/libnxopencpp_motion_exports.hxx>
25#ifdef _MSC_VER
26#pragma warning(push)
27#pragma warning(disable:4996)
28#endif
29#ifdef __GNUC__
30#pragma GCC diagnostic ignored "-Wdeprecated-declarations"
31#endif
32namespace NXOpen
33{
34 namespace Motion
35 {
37 }
38 class Direction;
40 class Expression;
41 namespace Motion
42 {
43 class PackagingBuilder;
44 }
45 namespace Motion
46 {
47 class _PackagingMeasureBuilderBuilder;
48 class PackagingMeasureBuilderImpl;
52 class NXOPENCPP_MOTIONEXPORT PackagingMeasureBuilder : public NXOpen::Motion::PackagingBuilder
53 {
60
67
71 public:
72 struct GeometryData
73 {
78 public: GeometryData() :
79 Geometry(),
80 Point(),
81 Vector(),
82 Direction()
83 {
84 }
86 public: GeometryData(NXOpen::DisplayableObject * geometryInitial ,
87 const NXOpen::Point3d &pointInitial ,
88 const NXOpen::Vector3d &vectorInitial ,
89 NXOpen::Direction * directionInitial ) :
90 Geometry(geometryInitial),
91 Point(pointInitial),
92 Vector(vectorInitial),
93 Direction(directionInitial)
94{
95 }
96 };
97 private: PackagingMeasureBuilderImpl * m_packagingmeasurebuilder_impl;
98 private: friend class _PackagingMeasureBuilderBuilder;
99 protected: PackagingMeasureBuilder();
100 public: ~PackagingMeasureBuilder();
105 public: std::vector<NXOpen::DisplayableObject *> GetList2
106 (
107 );
111 public: void SetList2
112 (
113 const std::vector<NXOpen::DisplayableObject *> & list2
114 );
119 (
120 );
124 public: void SetMsType
125 (
127 );
132 (
133 );
137 public: void SetCondition
138 (
140 );
144 public: bool StopOnEvent
145 (
146 );
150 public: void SetStopOnEvent
151 (
152 bool stopOnEvent
153 );
157 public: void GetSourceList
158 (
159 std::vector<NXOpen::Motion::PackagingMeasureBuilder::GeometryData> & sourceGeometryData
160 );
164 public: void SetSourceList
165 (
166 const std::vector<NXOpen::Motion::PackagingMeasureBuilder::GeometryData> & sourceGeometryData
167 );
171 public: void GetTargetList
172 (
173 std::vector<NXOpen::Motion::PackagingMeasureBuilder::GeometryData> & targetGeometryData
174 );
178 public: void SetTargetList
179 (
180 const std::vector<NXOpen::Motion::PackagingMeasureBuilder::GeometryData> & targetGeometryData
181 );
186 (
187 );
192 (
193 );
198 (
199 );
204 (
205 );
206 };
207 }
208}
209#ifdef _MSC_VER
210#pragma warning(pop)
211#endif
212#ifdef __GNUC__
213#ifndef NX_NO_GCC_DEPRECATION_WARNINGS
214#pragma GCC diagnostic warning "-Wdeprecated-declarations"
215#endif
216#endif
217#undef EXPORTLIBRARY