CFx SDK Documentation
2020SP3
SDK
CFx
dd_inc
Ge
GePointOnCurve3d.h
Go to the documentation of this file.
1
// Copyright (C) 2002-2017, 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 Teigha(R) software pursuant to a license
16
// agreement with Open Design Alliance.
17
// Teigha(R) Copyright (C) 2002-2017 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
OdGePointOnCurve3d
(
61
const
OdGeCurve3d
& curve3d);
62
OdGePointOnCurve3d
(
63
const
OdGeCurve3d
& curve3d,
64
double
param);
65
OdGePointOnCurve3d
(
66
const
OdGePointOnCurve3d
& src);
67
68
// Assignment operator.
69
OdGePointOnCurve3d
&
operator =
(
70
const
OdGePointOnCurve3d
& src);
71
75
const
OdGeCurve3d
*
curve
()
const
;
76
80
double
parameter
()
const
;
81
85
OdGePoint3d
point
()
const
;
86
92
OdGePoint3d
point
(
93
double
param);
94
101
OdGePoint3d
point
(
102
const
OdGeCurve3d
& curve3d,
103
double
param);
104
113
OdGeVector3d
deriv
(
114
int
order)
const
;
115
125
OdGeVector3d
deriv
(
126
int
order,
127
double
param);
128
139
OdGeVector3d
deriv
(
140
int
order,
141
const
OdGeCurve3d
& curve3d,
142
double
param);
143
153
bool
isSingular
(
154
const
OdGeTol
&
tol
=
OdGeContext::gTol
)
const
;
155
165
bool
curvature
(
166
double
& res);
167
178
bool
curvature
(
179
double
param,
180
double
& res);
181
187
OdGePointOnCurve3d
&
setCurve
(
188
const
OdGeCurve3d
& curve3d);
189
195
OdGePointOnCurve3d
&
setParameter
(
196
double
param);
197
199
200
};
201
202
203
#include "
TD_PackPop.h
"
204
205
#endif // OD_GEPONC3D_H
OdGeVector3d
Definition:
GeVector3d.h:54
OdGePointOnCurve3d::curvature
bool curvature(double param, double &res)
OdGePointOnCurve3d::parameter
double parameter() const
tol
tol
Definition:
DimVarDefs.h:2287
OdGePointOnCurve3d::point
OdGePoint3d point(double param)
GeCurve3d.h
OdGePointOnCurve3d::deriv
OdGeVector3d deriv(int order, double param)
TD_PackPop.h
OdGePointOnCurve3d::isSingular
bool isSingular(const OdGeTol &tol=OdGeContext::gTol) const
OdGePointEnt3d::operator=
OdGePointEnt3d & operator=(const OdGePointEnt3d &ent)
OdGePointOnCurve3d::point
OdGePoint3d point() const
OdGePoint3d
Definition:
GePoint3d.h:55
OdGePointOnCurve3d::deriv
OdGeVector3d deriv(int order) const
OdGePointOnCurve3d::curve
const OdGeCurve3d * curve() const
OdGePointOnCurve3d::OdGePointOnCurve3d
OdGePointOnCurve3d(const OdGeCurve3d &curve3d)
OdGePointOnCurve3d::setParameter
OdGePointOnCurve3d & setParameter(double param)
OdGePointEnt3d
Definition:
GePointEnt3d.h:39
TD_PackPush.h
OdGePointOnCurve3d::deriv
OdGeVector3d deriv(int order, const OdGeCurve3d &curve3d, double param)
OdGeCurve3d
Definition:
GeCurve3d.h:56
OdGePointOnCurve3d::setCurve
OdGePointOnCurve3d & setCurve(const OdGeCurve3d &curve3d)
OdGePointOnCurve3d::OdGePointOnCurve3d
OdGePointOnCurve3d()
OdGeContext::gTol
static GE_STATIC_EXPORT OdGeTol gTol
Definition:
GeGbl.h:60
GE_TOOLKIT_EXPORT
#define GE_TOOLKIT_EXPORT
Definition:
GeExport.h:49
OdGePointOnCurve3d
Definition:
GePointOnCurve3d.h:49
OdGePointOnCurve3d::OdGePointOnCurve3d
OdGePointOnCurve3d(const OdGeCurve3d &curve3d, double param)
OdGeTol
Definition:
GeTol.h:49
OdGePointOnCurve3d::curvature
bool curvature(double &res)
OdGePointOnCurve3d::OdGePointOnCurve3d
OdGePointOnCurve3d(const OdGePointOnCurve3d &src)
OdGePointOnCurve3d::point
OdGePoint3d point(const OdGeCurve3d &curve3d, double param)
Generated on Mon Oct 12 2020 11:49:33