FRX SDK Documentation 2025 SP0
Loading...
Searching...
No Matches
AcGeImpPointOnCurve3d.h
Go to the documentation of this file.
1#pragma once
2
3//
4// (C) Copyright 2005-2024 by Graebert GmbH.
5//
6// Permission to use, copy, modify, and distribute this software in
7// object code form for any purpose and without fee is hereby granted,
8// provided that the above copyright notice appears in all copies and
9// that both that copyright notice and the limited warranty and
10// restricted rights notice below appear in all supporting
11// documentation.
12//
13// GRAEBERT PROVIDES THIS PROGRAM "AS IS" AND WITH ALL FAULTS.
14// GRAEBERT SPECIFICALLY DISCLAIMS ANY IMPLIED WARRANTY OF
15// MERCHANTABILITY OR FITNESS FOR A PARTICULAR USE. GRAEBERT GMBH
16// DOES NOT WARRANT THAT THE OPERATION OF THE PROGRAM WILL BE
17// UNINTERRUPTED OR ERROR FREE.
18
19#include "..\acge17\AcGe.h"
20
21class AcGeImpCurve3d;
22class AcGeImpEntity3d;
23class AcGeImpObject;
24class AcGeLink;
25class AcGeMatrix3d;
26class AcGePoint3d;
27class AcGeTol;
28class AcGeVector3d;
29
31{
32public:
37 AcGeImpCurve3d const * curve(void)const ;
43 AcGeVector3d deriv(int)const ;
44 AcGeVector3d deriv(int, AcGeImpCurve3d const &,double);
45 AcGeVector3d deriv(int,double);
46 double parameter(void)const ;
47 int curvature(double &);
48 int curvature(double &, AcGeVector3d &);
49 int curvature(double,double &);
50 int curvature(double,double &, AcGeVector3d &);
51 int isSingular( AcGeTol const & = AcGeContext::gTol)const ;
54 virtual AcGeImpObject * copy(void)const ;
55 virtual AcGePoint3d point(void)const ;
56 virtual AcGe::EntityId type(int)const ;
57 virtual int isEqualTo( AcGeImpEntity3d const &, AcGeTol const & = AcGeContext::gTol)const ;
58 virtual void eventDeleted( AcGeLink const &);
59 virtual void eventModified( AcGeLink const &);
60
61private:
62 void deleteEvalData(void);
63 void deleteTransform(void);
64 void resetComputedData(void);
65 void setPoint(double, AcGePoint3d const &);
66
67};
AcGeVector3d deriv(int, double)
virtual void eventModified(AcGeLink const &)
virtual AcGePoint3d point(void) const
AcGeImpPointOnCurve3d(AcGeImpPointOnCurve3d const &)
AcGeImpPointOnCurve3d(AcGeImpCurve3d const &)
virtual void eventDeleted(AcGeLink const &)
virtual ~AcGeImpPointOnCurve3d(void)
AcGeImpCurve3d const * curve(void) const
virtual AcGeImpObject * copy(void) const
virtual int isEqualTo(AcGeImpEntity3d const &, AcGeTol const &=AcGeContext::gTol) const
int curvature(double &, AcGeVector3d &)
AcGeVector3d deriv(int, AcGeImpCurve3d const &, double)
int curvature(double &)
AcGePoint3d point(AcGeImpCurve3d const &, double)
int curvature(double, double &, AcGeVector3d &)
int curvature(double, double &)
double parameter(void) const
AcGeVector3d deriv(int) const
virtual AcGe::EntityId type(int) const
AcGeImpPointOnCurve3d & setCurve(AcGeImpCurve3d const &)
virtual AcGeImpEntity3d & transformBy(AcGeMatrix3d const &)
int isSingular(AcGeTol const &=AcGeContext::gTol) const
AcGeImpPointOnCurve3d & setParameter(double)
AcGePoint3d point(double)
AcGeImpPointOnCurve3d(AcGeImpCurve3d const &, double)
AcGeImpPointOnCurve3d & operator=(AcGeImpPointOnCurve3d const &)
static ARX_API_STATIC AcGeTol gTol
Definition AcGeContext.h:24
EntityId
Definition AcGe.h:84