NX Open C++ 参考指南
2406 v1.1
载入中...
搜索中...
未找到
D:
Tan_NX2406C++
UGopenLib
NX2406
UGOPEN
NXOpen
Spline.hxx
1
//--------------------------------------------------------------------------
2
// Copyright 2024 Siemens
3
//--------------------------------------------------------------------------
4
// Header for C++ interface to JA API
5
//--------------------------------------------------------------------------
6
//
7
// Source File:
8
// Spline.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/Curve.hxx>
22
#include <NXOpen/ugmath.hxx>
23
#include <NXOpen/libnxopencpp_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
31
namespace
NXOpen
32
{
33
class
Spline
;
34
class
Curve
;
35
class
_SplineBuilder;
36
class
SplineImpl;
38
class
NXOPENCPPEXPORT Spline :
public
NXOpen::Curve
39
{
40
private
:
SplineImpl
* m_spline_impl;
41
private
:
friend
class
_SplineBuilder;
42
protected
: Spline();
43
public
: ~Spline();
45
public
:
int
Order
46
(
47
);
49
public
:
bool
Periodic
50
(
51
);
53
public
:
bool
Rational
54
(
55
);
57
public
: std::vector<double>
GetKnots
58
(
59
);
61
public
:
int
PoleCount
62
(
63
);
65
public
: std::vector<NXOpen::Point4d>
GetPoles
66
(
67
);
69
public
: std::vector<NXOpen::Point3d>
Get3DPoles
70
(
71
);
73
public
: std::vector<NXOpen::Point3d>
GetDefiningPoints
74
(
75
);
76
};
77
}
78
#ifdef _MSC_VER
79
#pragma warning(pop)
80
#endif
81
#ifdef __GNUC__
82
#ifndef NX_NO_GCC_DEPRECATION_WARNINGS
83
#pragma GCC diagnostic warning "-Wdeprecated-declarations"
84
#endif
85
#endif
86
#undef EXPORTLIBRARY