NX Open C++ 参考指南 2406 v1.1
载入中...
搜索中...
未找到
Weld_JointmarkPointsBuilder.hxx
1//--------------------------------------------------------------------------
2// Copyright 2024 Siemens
3//--------------------------------------------------------------------------
4// C++接口至JA API的头文件
5//--------------------------------------------------------------------------
6//
7// 源文件:
8// Weld_JointmarkPointsBuilder.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/Expression.hxx>
22#include <NXOpen/GeometricUtilities_IComponentBuilder.hxx>
23#include <NXOpen/TaggedObject.hxx>
24#include <NXOpen/SelectObject.hxx>
25#include <NXOpen/ugmath.hxx>
26#include <NXOpen/libnxopencpp_weld_exports.hxx>
27#ifdef _MSC_VER
28#pragma warning(push)
29#pragma warning(disable:4996)
30#endif
31#ifdef __GNUC__
32#pragma GCC diagnostic ignored "-Wdeprecated-declarations"
33#endif
34namespace NXOpen
35{
36 namespace Weld
37 {
39 }
40 class Expression;
41 namespace Features
42 {
43 class SelectFeature;
44 }
45 namespace GeometricUtilities
46 {
48 }
49 class Point;
50 namespace Weld
51 {
52 class _JointmarkPointsBuilderBuilder;
53 class JointmarkPointsBuilderImpl;
57 class NXOPENCPP_WELDEXPORT JointmarkPointsBuilder : public NXOpen::TaggedObject, public virtual NXOpen::GeometricUtilities::IComponentBuilder
58 {
66 private: JointmarkPointsBuilderImpl * m_jointmarkpointsbuilder_impl;
67 private: friend class _JointmarkPointsBuilderBuilder;
68 protected: JointmarkPointsBuilder();
74 (
75 );
79 public: void SetPoint
80 (
81 NXOpen::Point * point
82 );
87 (
88 );
92 public: bool FlipDirection
93 (
94 );
98 public: void SetFlipDirection
99 (
100 bool flip
101 );
106 (
107 );
111 public: void UpdateCsys
112 (
113 const NXOpen::Matrix3x3 & matrix
114 );
119 public: virtual bool Validate
120 (
121 );
122 };
123 }
124}
125#ifdef _MSC_VER
126#pragma warning(pop)
127#endif
128#ifdef __GNUC__
129#ifndef NX_NO_GCC_DEPRECATION_WARNINGS
130#pragma GCC diagnostic warning "-Wdeprecated-declarations"
131#endif
132#endif
133#undef EXPORTLIBRARY