CFx SDK Documentation 2024 SP0
Loading...
Searching...
No Matches
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
30class OdGeCurve3d;
31
32#include "TD_PackPush.h"
33
49{
50public:
51
52
60
70 const OdGeCurve3d& curve3d);
71
82 const OdGeCurve3d& curve3d,
83 double param);
84
91 const OdGePointOnCurve3d& src);
92
102 const OdGePointOnCurve3d& src);
103
107 const OdGeCurve3d* curve() const;
108
112 double parameter() const;
113
118
125 double param);
126
134 const OdGeCurve3d& curve3d,
135 double param);
136
146 int order) const;
147
158 int order,
159 double param);
160
172 int order,
173 const OdGeCurve3d& curve3d,
174 double param);
175
186 const OdGeTol& tol = OdGeContext::gTol) const;
187
198 double& res);
199
211 double param,
212 double& res);
213
220 const OdGeCurve3d& curve3d);
221
228 double param);
229
231
232};
233
234
235#include "TD_PackPop.h"
236
237#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
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 & setCurve(const OdGeCurve3d &curve3d)
OdGePointOnCurve3d(const OdGeCurve3d &curve3d, double param)
OdGePointOnCurve3d & setParameter(double param)
const OdGeCurve3d * curve() const
OdGeVector3d deriv(int order, double param)
bool isSingular(const OdGeTol &tol=OdGeContext::gTol) const
OdGePointOnCurve3d(const OdGeCurve3d &curve3d)
Definition: GeTol.h:49
static GE_STATIC_EXPORT OdGeTol gTol
Definition: GeGbl.h:65