NX Open C++ 参考指南 2406 v1.1
载入中...
搜索中...
未找到
Annotations_Associativity.hxx
1//--------------------------------------------------------------------------
2// Copyright 2024 Siemens
3//--------------------------------------------------------------------------
4// C++ 接口访问 JA API 的头文件
5//--------------------------------------------------------------------------
6//
7// 源文件:
8// Annotations_Associativity.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/Annotations.hxx>
22#include <NXOpen/TransientObject.hxx>
23#include <NXOpen/ugmath.hxx>
24#include <NXOpen/libnxopencpp_annotations_exports.hxx>
25#ifdef _MSC_VER
26#pragma warning(push)
27#pragma warning(disable:4996)
28#endif
29#ifdef __GNUC__
30#pragma GCC diagnostic ignored "-Wdeprecated-declarations"
31#endif
32namespace NXOpen
33{
34 namespace Annotations
35 {
36 class Associativity;
37 }
38 class NXObject;
39 class View;
40 namespace Annotations
41 {
42 }
43 namespace Annotations
44 {
45 class AssociativityImpl;
60 class NXOPENCPP_ANNOTATIONSEXPORT Associativity : public NXOpen::TransientObject
61 {
62 private: AssociativityImpl * m_associativity_impl;
64 public: explicit Associativity(void *ptr);
66
71 public: virtual ~Associativity();
76 (
77 );
81 public: void SetFirstObject
82 (
83 NXOpen::NXObject * object
84 );
90 (
91 );
96 public: void SetSecondObject
97 (
98 NXOpen::NXObject * object2
99 );
104 (
105 );
109 public: void SetObjectView
110 (
111 NXOpen::View * objectView
112 );
117 (
118 );
122 public: void SetPickPoint
123 (
124 const NXOpen::Point3d & pickPoint
125 );
130 (
131 );
135 public: void SetPointOption
136 (
138 );
143 (
144 );
148 public: void SetLineOption
149 (
151 );
157 (
158 );
164 (
165 const NXOpen::Point3d & firstDefinitionPoint
166 );
172 (
173 );
179 (
180 const NXOpen::Point3d & secondDefinitionPoint
181 );
186 public: double Angle
187 (
188 );
193 public: void SetAngle
194 (
195 double angle
196 );
197 }; //lint !e1712 类未定义默认构造函数
198 }
199}
200#ifdef _MSC_VER
201#pragma warning(pop)
202#endif
203#ifdef __GNUC__
204#ifndef NXNO_GCC_DEPRECATION_WARNINGS
205#pragma GCC diagnostic warning "-Wdeprecated-declarations"
206#endif
207#endif
208#undef EXPORTLIBRARY