CFx SDK Documentation  2023 SP0
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 
49 {
50 public:
51 
52 
61  const OdGeCurve3d& curve3d);
63  const OdGeCurve3d& curve3d,
64  double param);
66  const OdGePointOnCurve3d& src);
67 
68  // Assignment operator.
70  const OdGePointOnCurve3d& src);
71 
75  const OdGeCurve3d* curve() const;
76 
80  double parameter() const;
81 
85  OdGePoint3d point() const;
86 
93  double param);
94 
102  const OdGeCurve3d& curve3d,
103  double param);
104 
114  int order) const;
115 
126  int order,
127  double param);
128 
140  int order,
141  const OdGeCurve3d& curve3d,
142  double param);
143 
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 
188  const OdGeCurve3d& curve3d);
189 
196  double param);
197 
199 
200 };
201 
202 
203 #include "TD_PackPop.h"
204 
205 #endif // OD_GEPONC3D_H
tol
Definition: DimVarDefs.h:2287
#define GE_TOOLKIT_EXPORT
Definition: GeExport.h:49
OdGePointEnt3d & operator=(const OdGePointEnt3d &ent)
double parameter() const
OdGePointOnCurve3d & setCurve(const OdGeCurve3d &curve3d)
OdGePoint3d point(double param)
OdGeVector3d deriv(int order, const OdGeCurve3d &curve3d, double param)
OdGePoint3d point() const
bool curvature(double param, double &res)
bool curvature(double &res)
OdGeVector3d deriv(int order) const
OdGePoint3d point(const OdGeCurve3d &curve3d, double param)
OdGePointOnCurve3d(const OdGePointOnCurve3d &src)
OdGePointOnCurve3d(const OdGeCurve3d &curve3d, double param)
OdGeVector3d deriv(int order, double param)
const OdGeCurve3d * curve() const
bool isSingular(const OdGeTol &tol=OdGeContext::gTol) const
OdGePointOnCurve3d(const OdGeCurve3d &curve3d)
OdGePointOnCurve3d & setParameter(double param)
Definition: GeTol.h:49
static GE_STATIC_EXPORT OdGeTol gTol
Definition: GeGbl.h:60