NX Open C++ 参考指南 2406 v1.1
载入中...
搜索中...
未找到
Diagramming_LocationBuilder.hxx
1//--------------------------------------------------------------------------
2// Copyright 2024 Siemens
3//--------------------------------------------------------------------------
4// C++接口至JA API的头文件
5//--------------------------------------------------------------------------
6//
7// 源文件:
8// Diagramming_LocationBuilder.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/Diagramming_SheetElement.hxx>
22#include <NXOpen/Diagramming_BaseSubObjectBuilder.hxx>
23#include <NXOpen/libnxopencpp_diagramming_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 Diagramming
34 {
35 class LocationBuilder;
36 }
37 namespace Diagramming
38 {
40 }
41 namespace Diagramming
42 {
43 class SheetElement;
44 }
45 namespace Diagramming
46 {
47 class _LocationBuilderBuilder;
48 class LocationBuilderImpl;
54 class NXOPENCPP_DIAGRAMMINGEXPORT LocationBuilder : public NXOpen::Diagramming::BaseSubObjectBuilder
55 {
56 private: LocationBuilderImpl * m_locationbuilder_impl;
57 private: friend class _LocationBuilderBuilder;
58 protected: LocationBuilder();
59 public: ~LocationBuilder();
64 (
65 );
69 public: void SetReference
70 (
72 );
76 public: double EvaluatedValueX
77 (
78 );
83 public: double InputValueX
84 (
85 );
90 public: void SetInputValueX
91 (
92 double inputValueX
93 );
97 public: double InputPercentX
98 (
99 );
103 public: void SetInputPercentX
104 (
105 double inputPercentX
106 );
110 public: double EvaluatedValueY
111 (
112 );
117 public: double InputValueY
118 (
119 );
124 public: void SetInputValueY
125 (
126 double inputValueY
127 );
131 public: double InputPercentY
132 (
133 );
137 public: void SetInputPercentY
138 (
139 double inputPercentY
140 );
145 public: bool UpToDate
146 (
147 );
153 public: void SetValueX
154 (
155 double inputPercent ,
156 double inputValue
157 );
163 public: void SetValueY
164 (
165 double inputPercent ,
166 double inputValue
167 );
168 };
169 }
170}
171#ifdef _MSC_VER
172#pragma warning(pop)
173#endif
174#ifdef __GNUC__
175#ifndef NX_NO_GCC_DEPRECATION_WARNINGS
176#pragma GCC diagnostic warning "-Wdeprecated-declarations"
177#endif
178#endif
179#undef EXPORTLIBRARY