NX Open C++ 参考指南 2406 v1.1
载入中...
搜索中...
未找到
AnimationDesigner_CouplerBuilder.hxx
1//--------------------------------------------------------------------------
2// Copyright 2024 Siemens
3//--------------------------------------------------------------------------
4// JA API的C++接口头文件
5//--------------------------------------------------------------------------
6//
7// 源文件:
8// AnimationDesigner_CouplerBuilder.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/SelectObject.hxx>
23#include <NXOpen/libanimationdesigneropencpp_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 AnimationDesigner
34 {
35 class CouplerBuilder;
36 }
37 class Builder;
38 class NXColor;
39 class SelectNXObject;
40 namespace AnimationDesigner
41 {
42 class _CouplerBuilderBuilder;
43 class CouplerBuilderImpl;
47 class ANIMATIONDESIGNEROPENCPPEXPORT CouplerBuilder : public NXOpen::Builder
48 {
55 private: CouplerBuilderImpl * m_couplerbuilder_impl;
56 private: friend class _CouplerBuilderBuilder;
57 protected: CouplerBuilder();
58 public: ~CouplerBuilder();
64 (
65 );
71 (
72 );
76 public: NXString Name
77 (
78 );
82 public: void SetName
83 (
84 const NXString & name
85 );
90 (
91 const char * name
92 );
97 (
98 );
102 public: void SetColorOption
103 (
105 );
110 (
111 );
115 public: void SetColor
116 (
117 NXOpen::NXColor * color
118 );
119 };
120 }
121}
122#ifdef _MSC_VER
123#pragma warning(pop)
124#endif
125#ifdef __GNUC__
126#ifndef NX_NO_GCC_DEPRECATION_WARNINGS
127#pragma GCC diagnostic warning "-Wdeprecated-declarations"
128#endif
129#endif
130#undef EXPORTLIBRARY