NX Open C++ 参考指南
2406 v1.1
载入中...
搜索中...
未找到
D:
Tan_NX2406C++
UGopenLib
NX2406
UGOPEN
NXOpen
SketchFixObjectsBuilder.hxx
1
//--------------------------------------------------------------------------
2
// Copyright 2024 Siemens
3
//--------------------------------------------------------------------------
4
// Header for C++ interface to JA API
5
//--------------------------------------------------------------------------
6
//
7
// Source File:
8
// SketchFixObjectsBuilder.ja
9
//
10
// Generated by:
11
// apiwrap
12
//
13
// WARNING:
14
// This file is automatically generated - do not edit by hand
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/SelectObjectList.hxx>
23
#include <NXOpen/Sketch.hxx>
24
#include <NXOpen/libnxopencpp_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
32
namespace
NXOpen
33
{
34
class
SketchFixObjectsBuilder
;
35
class
Builder
;
36
class
NXObject
;
37
class
SelectTaggedObjectList
;
38
class
_SketchFixObjectsBuilderBuilder;
39
class
SketchFixObjectsBuilderImpl;
45
class
NXOPENCPPEXPORT SketchFixObjectsBuilder :
public
NXOpen::Builder
46
{
47
private
:
SketchFixObjectsBuilderImpl
* m_sketchfixobjectsbuilder_impl;
48
private
:
friend
class
_SketchFixObjectsBuilderBuilder;
49
protected
: SketchFixObjectsBuilder();
50
public
: ~SketchFixObjectsBuilder();
55
public
:
NX_DEPRECATED
(
"Deprecated in NX1953.0.0. Use NXOpen::SketchFixObjectsBuilder::GetObjects instead."
)
NXOpen::SelectTaggedObjectList
* FixObjects
56
(
57
);
61
public
:
void
AddObject
62
(
63
const
NXOpen::Sketch::ConstraintGeometry
& fixObject
64
);
68
public
:
void
RemoveObject
69
(
70
const
NXOpen::Sketch::ConstraintGeometry
& fixObject
71
);
75
public
: std::vector<NXOpen::Sketch::ConstraintGeometry>
GetObjects
76
(
77
);
78
};
79
}
80
#ifdef _MSC_VER
81
#pragma warning(pop)
82
#endif
83
#ifdef __GNUC__
84
#ifndef NX_NO_GCC_DEPRECATION_WARNINGS
85
#pragma GCC diagnostic warning "-Wdeprecated-declarations"
86
#endif
87
#endif
88
#undef EXPORTLIBRARY