NX Open C++ 参考指南 2406 v1.1
载入中...
搜索中...
未找到
Features_ScaleBuilder.hxx
1//--------------------------------------------------------------------------
2// Copyright 2024 Siemens
3//--------------------------------------------------------------------------
4// C++接口到JA API的头文件
5//--------------------------------------------------------------------------
6//
7// 源文件:
8// Features_ScaleBuilder.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/ScCollector.hxx>
24#include <NXOpen/SelectObjectList.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 {
37 class ScaleBuilder;
38 }
39 class CoordinateSystem;
40 class Direction;
41 class Expression;
42 namespace Features
43 {
44 class FeatureBuilder;
45 }
46 class Point;
47 class ScCollector;
48 class SelectBodyList;
49 namespace Features
50 {
51 class _ScaleBuilderBuilder;
52 class ScaleBuilderImpl;
82 class NXOPENCPP_FEATURESEXPORT ScaleBuilder : public NXOpen::Features::FeatureBuilder
83 {
91 private: ScaleBuilderImpl * m_scalebuilder_impl;
92 private: friend class _ScaleBuilderBuilder;
93 protected: ScaleBuilder();
94public: ~ScaleBuilder();
99 (
100 );
104 public: void SetType
105 (
107 );
112 (
113 );
118 (
119 );
123 public: void SetBodyCollector
124 (
125 NXOpen::ScCollector * scaleBody
126 );
131 (
132 );
136 public: void SetPoint
137 (
138 NXOpen::Point * point
139 );
144 (
145 );
149 public: void SetVector
150 (
151 NXOpen::Direction * vector
152 );
157 (
158 );
162 public: void SetCsys
163 (
165 );
170 (
171 );
176 (
177 );
182 (
183 );
188 (
189 );
194 (
195 );
200 (
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