NX Open C++ 参考指南 2406 v1.1
载入中...
搜索中...
未找到
Weld_TransformBuilder.hxx
1//--------------------------------------------------------------------------
2// Copyright 2024 Siemens
3//--------------------------------------------------------------------------
4// C++接口的JA API头文件
5//--------------------------------------------------------------------------
6//
7// 源文件:
8// Weld_TransformBuilder.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/Features_FeatureBuilder.hxx>
23#include <NXOpen/SelectObjectList.hxx>
24#include <NXOpen/Weld_CharacteristicsBuilder.hxx>
25#include <NXOpen/libnxopencpp_weld_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 Weld
36 {
37 class TransformBuilder;
38 }
39 class CoordinateSystem;
40 class Expression;
41 namespace Features
42 {
43 class FeatureBuilder;
44 }
45 class Plane;
47 namespace Weld
48 {
50 }
51 namespace Weld
52 {
53 class _TransformBuilderBuilder;
54 class TransformBuilderImpl;
67 class NXOPENCPP_WELDEXPORT TransformBuilder : public NXOpen::Features::FeatureBuilder
68 {
75
81 private: TransformBuilderImpl * m_transformbuilder_impl;
82 private: friend class _TransformBuilderBuilder;
83 protected: TransformBuilder();
84 public: ~TransformBuilder();
89 (
90 );
95 (
96 );
100 public: void SetType
101 (
103 );
108 (
109 );
114 (
116 );
121 (
122 );
126 public: void SetMirrorPlane
127 (
128 NXOpen::Plane * mirrorPlane
129 );
135 (
136 );
141 public: void SetTranslateCsys
142 (
144 );
150 (
151 );
156 (
157 );
162 (
163 );
168 (
169 );
174 (
175 );
179 public: bool Associative
180 (
181 );
185 public: void SetAssociative
186 (
187 bool associative
188 );
192 public: bool DerivedDatum
193 (
194 );
198 public: void SetDerivedDatum
199 (
200 bool associative
201 );
202 };
203 }
204}
205#ifdef _MSC_VER
206#pragma warning(pop)
207#endif
208#ifdef __GNUC__
209#ifndef NX_NO_GCC_DEPRECATION_WARNINGS
210#pragma GCC diagnostic warning "-Wdeprecated-declarations"
211#endif
212#endif
213#undef EXPORTLIBRARY