NX Open C++ 参考指南 2406 v1.1
载入中...
搜索中...
未找到
Features_MoveObjectBuilder.hxx
1//--------------------------------------------------------------------------
2// Copyright 2024 Siemens
3//--------------------------------------------------------------------------
4// C++接口头文件 - 针对JA API
5//--------------------------------------------------------------------------
6//
7// 源文件:
8// Features_MoveObjectBuilder.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_ModlMotion.hxx>
22#include <NXOpen/Builder.hxx>
23#include <NXOpen/SelectObjectList.hxx>
24#include <NXOpen/ugmath.hxx>
25#include <NXOpen/libnxopencpp_features_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 Features
36 {
38 }
39 class Builder;
40 namespace GeometricUtilities
41 {
42 class ModlMotion;
43 }
45 namespace Features
46 {
47 class _MoveObjectBuilderBuilder;
48 class MoveObjectBuilderImpl;
95 class NXOPENCPP_FEATURESEXPORT MoveObjectBuilder : public NXOpen::Builder
96 {
103
110 private: MoveObjectBuilderImpl * m_moveobjectbuilder_impl;
111 private: friend class _MoveObjectBuilderBuilder;
112 protected: MoveObjectBuilder();
113public: ~MoveObjectBuilder();
118 (
119 );
124 (
125 );
130 (
131 );
136 (
138 );
143 (
144 );
148 public: void SetLayerOption
149 (
151 );
155 public: int Layer
156 (
157 );
161 public: void SetLayer
162 (
163 int layer
164 );
168 public: int Divisions
169 (
170 );
174 public: void SetDivisions
175 (
176 int distanceOrAngleDivisions
177 );
181 public: int NumberOfCopies
182 (
183 );
187 public: void SetNumberOfCopies
188 (
189 int numCopies
190 );
194 public: bool MoveParents
195 (
196 );
200 public: void SetMoveParents
201 (
202 bool moveParents
203 );
207 public: bool Associative
208 (
209 );
213 public: void SetAssociative
214 (
215 bool associative
216 );
220 public: bool CreateTraceLines
221 (
222 );
227 (
228 bool createTraceLines
229 );
235 (
236 const NXOpen::Matrix4x4 & preMultiplicationTransform
237 );
243 (
244 );
245 };
246 }
247}
248#ifdef _MSC_VER
249#pragma warning(pop)
250#endif
251#ifdef __GNUC__
252#ifndef NX_NO_GCC_DEPRECATION_WARNINGS
253#pragma GCC diagnostic warning "-Wdeprecated-declarations"
254#endif
255#endif
256#undef EXPORTLIBRARY