CFx SDK Documentation
2024 SP0
Loading...
Searching...
No Matches
SDK
CFx
dd_inc
Ge
GePointOnCurve3d.h
Go to the documentation of this file.
1
2
// Copyright (C) 2002-2022, Open Design Alliance (the "Alliance").
3
// All rights reserved.
4
//
5
// This software and its documentation and related materials are owned by
6
// the Alliance. The software may only be incorporated into application
7
// programs owned by members of the Alliance, subject to a signed
8
// Membership Agreement and Supplemental Software License Agreement with the
9
// Alliance. The structure and organization of this software are the valuable
10
// trade secrets of the Alliance and its suppliers. The software is also
11
// protected by copyright law and international treaty provisions. Application
12
// programs incorporating this software must include the following statement
13
// with their copyright notices:
14
//
15
// This application incorporates Open Design Alliance software pursuant to a license
16
// agreement with Open Design Alliance.
17
// Open Design Alliance Copyright (C) 2002-2022 by Open Design Alliance.
18
// All rights reserved.
19
//
20
// By use of this software, its documentation or related materials, you
21
// acknowledge and accept the above terms.
23
24
#ifndef OD_GEPONC3D_H
25
#define OD_GEPONC3D_H
27
#include "
Ge/GePointEnt3d.h
"
28
#include "
Ge/GeCurve3d.h
"
29
30
class
OdGeCurve3d
;
31
32
#include "
TD_PackPush.h
"
33
48
class
GE_TOOLKIT_EXPORT
OdGePointOnCurve3d
:
public
OdGePointEnt3d
49
{
50
public
:
51
52
59
OdGePointOnCurve3d
();
60
69
OdGePointOnCurve3d
(
70
const
OdGeCurve3d
& curve3d);
71
81
OdGePointOnCurve3d
(
82
const
OdGeCurve3d
& curve3d,
83
double
param);
84
90
OdGePointOnCurve3d
(
91
const
OdGePointOnCurve3d
& src);
92
101
OdGePointOnCurve3d
&
operator =
(
102
const
OdGePointOnCurve3d
& src);
103
107
const
OdGeCurve3d
*
curve
()
const
;
108
112
double
parameter
()
const
;
113
117
OdGePoint3d
point
()
const
;
118
124
OdGePoint3d
point
(
125
double
param);
126
133
OdGePoint3d
point
(
134
const
OdGeCurve3d
& curve3d,
135
double
param);
136
145
OdGeVector3d
deriv
(
146
int
order)
const
;
147
157
OdGeVector3d
deriv
(
158
int
order,
159
double
param);
160
171
OdGeVector3d
deriv
(
172
int
order,
173
const
OdGeCurve3d
& curve3d,
174
double
param);
175
185
bool
isSingular
(
186
const
OdGeTol
&
tol
=
OdGeContext::gTol
)
const
;
187
197
bool
curvature
(
198
double
& res);
199
210
bool
curvature
(
211
double
param,
212
double
& res);
213
219
OdGePointOnCurve3d
&
setCurve
(
220
const
OdGeCurve3d
& curve3d);
221
227
OdGePointOnCurve3d
&
setParameter
(
228
double
param);
229
231
232
};
233
234
235
#include "
TD_PackPop.h
"
236
237
#endif
// OD_GEPONC3D_H
tol
tol
Definition:
DimVarDefs.h:2287
GeCurve3d.h
GE_TOOLKIT_EXPORT
#define GE_TOOLKIT_EXPORT
Definition:
GeExport.h:49
GePointEnt3d.h
TD_PackPop.h
TD_PackPush.h
OdGeCurve3d
Definition:
GeCurve3d.h:56
OdGePoint3d
Definition:
GePoint3d.h:57
OdGePointEnt3d
Definition:
GePointEnt3d.h:39
OdGePointEnt3d::operator=
OdGePointEnt3d & operator=(const OdGePointEnt3d &ent)
OdGePointOnCurve3d
Definition:
GePointOnCurve3d.h:49
OdGePointOnCurve3d::parameter
double parameter() const
OdGePointOnCurve3d::point
OdGePoint3d point(double param)
OdGePointOnCurve3d::deriv
OdGeVector3d deriv(int order, const OdGeCurve3d &curve3d, double param)
OdGePointOnCurve3d::point
OdGePoint3d point() const
OdGePointOnCurve3d::curvature
bool curvature(double param, double &res)
OdGePointOnCurve3d::curvature
bool curvature(double &res)
OdGePointOnCurve3d::deriv
OdGeVector3d deriv(int order) const
OdGePointOnCurve3d::point
OdGePoint3d point(const OdGeCurve3d &curve3d, double param)
OdGePointOnCurve3d::OdGePointOnCurve3d
OdGePointOnCurve3d()
OdGePointOnCurve3d::OdGePointOnCurve3d
OdGePointOnCurve3d(const OdGePointOnCurve3d &src)
OdGePointOnCurve3d::setCurve
OdGePointOnCurve3d & setCurve(const OdGeCurve3d &curve3d)
OdGePointOnCurve3d::OdGePointOnCurve3d
OdGePointOnCurve3d(const OdGeCurve3d &curve3d, double param)
OdGePointOnCurve3d::setParameter
OdGePointOnCurve3d & setParameter(double param)
OdGePointOnCurve3d::curve
const OdGeCurve3d * curve() const
OdGePointOnCurve3d::deriv
OdGeVector3d deriv(int order, double param)
OdGePointOnCurve3d::isSingular
bool isSingular(const OdGeTol &tol=OdGeContext::gTol) const
OdGePointOnCurve3d::OdGePointOnCurve3d
OdGePointOnCurve3d(const OdGeCurve3d &curve3d)
OdGeTol
Definition:
GeTol.h:49
OdGeVector3d
Definition:
GeVector3d.h:55
OdGeContext::gTol
static GE_STATIC_EXPORT OdGeTol gTol
Definition:
GeGbl.h:65
Generated on Wed Apr 5 2023 17:29:16