NX Open C++ 参考指南 2406 v1.1
载入中...
搜索中...
未找到
Annotations_ChamferDimensionPreferences.hxx
1//--------------------------------------------------------------------------
2// Copyright 2024 Siemens
3//--------------------------------------------------------------------------
4// C++接口访问JA API的头文件
5//--------------------------------------------------------------------------
6//
7// 源文件:
8// Annotations_ChamferDimensionPreferences.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/Dimensions.hxx>
22#include <NXOpen/TransientObject.hxx>
23#include <NXOpen/libnxopencpp_annotations_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 Annotations
34 {
36 }
37 namespace Annotations
38 {
39 }
40 namespace Annotations
41 {
42 class ChamferDimensionPreferencesImpl;
46 class NXOPENCPP_ANNOTATIONSEXPORT ChamferDimensionPreferences : public NXOpen::TransientObject
47 {
48 private: ChamferDimensionPreferencesImpl * m_chamferdimensionpreferences_impl;
50 public: explicit ChamferDimensionPreferences(void *ptr);
52
62 (
63 );
67 public: void SetForm
68 (
70 );
75 (
76 );
80 public: void SetStubType
81 (
83 );
88 (
89 );
93 public: void SetLeaderPlacement
94 (
96 );
101 (
102 );
107 (
109 );
114 (
115 );
119 public: void SetSymbolName
120 (
121 const NXString & symbolName
122 );
127 (
128 const char * symbolName
129 );
133 public: double CharacterSpacing
134 (
135 );
140 (
141 double characterSpacing
142 );
147 (
148 );
152 public: void SetSeparator
153 (
155 );
156 }; //lint !e1712 类未定义默认构造函数
157 }
158}
159#ifdef _MSC_VER
160#pragma warning(pop)
161#endif
162#ifdef __GNUC__
163#ifndef NX_NO_GCC_DEPRECATION_WARNINGS
164#pragma GCC diagnostic warning "-Wdeprecated-declarations"
165#endif
166#endif
167#undef EXPORTLIBRARY