NX Open C++ 参考指南 2406 v1.1
载入中...
搜索中...
未找到
Motion_CurveContactBuilder.hxx
1//--------------------------------------------------------------------------
2// Copyright 2024 Siemens
3//--------------------------------------------------------------------------
4// C++接口至JA API的头文件
5//--------------------------------------------------------------------------
6//
7// 源文件:
8// Motion_CurveContactBuilder.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/Builder.hxx>
22#include <NXOpen/SelectObjectList.hxx>
23#include <NXOpen/libnxopencpp_motion_exports.hxx>
24#ifdef _MSC_VER
25#pragma warning(push)
26#pragma warning(disable:4996)
27#endif
28#ifdef __GNUC__
29#pragma GCC diagnostic ignored "-Wdeprecated-declarations"
30#endif
31namespace NXOpen
32{
33 namespace Motion
34 {
36 }
37 class Builder;
38 namespace Motion
39 {
41 }
42 namespace Motion
43 {
45 }
47 namespace Motion
48 {
49 class _CurveContactBuilderBuilder;
50 class CurveContactBuilderImpl;
126 class NXOPENCPP_MOTIONEXPORT CurveContactBuilder : public NXOpen::Builder
127 {
134 private: CurveContactBuilderImpl * m_curvecontactbuilder_impl;
135 private: friend class _CurveContactBuilderBuilder;
136 protected: CurveContactBuilder();
137 public: ~CurveContactBuilder();
142 (
143 );
148 (
149 );
154 (
155 );
159 public: void SetContactName
160 (
161 const NXString & name
162 );
167 (
168 const char * name
169 );
173 public: double DisplayScale
174 (
175 );
179 public: void SetDisplayScale
180 (
181 double displayScale
182 );
187 (
188 );
193 (
195 );
200 (
201 );
206 (
208 );
213 (
214 );
219 (
220 );
221 };
222 }
223}
224#ifdef _MSC_VER
225#pragma warning(pop)
226#endif
227#ifdef __GNUC__
228#ifndef NX_NO_GCC_DEPRECATION_WARNINGS
229#pragma GCC diagnostic warning "-Wdeprecated-declarations"
230#endif
231#endif
232#undef EXPORTLIBRARY