FRX SDK Documentation 2025 SP0
Loading...
Searching...
No Matches
AcGeImpCurveCurveInt3d.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
21template < typename Param1 > class AcArrayMemCopyReallocator;
22class AcGeImpCurve3d;
23class AcGeImpEntity3d;
24class AcGeImpInterval;
25class AcGeImpObject;
27class AcGeLink;
28class AcGeMatrix3d;
29class AcGePoint3d;
30class AcGeTol;
31class AcGeVector3d;
32
34{
35public:
40 AcGeImpCurve3d const * curve1(void)const ;
41 AcGeImpCurve3d const * curve2(void)const ;
47 AcGePoint3d intPnt(int)const ;
48 AcGeTol tolerance(void)const ;
50 double intPntTol(int)const ;
51 int isTangential(int)const ;
52 int isTransversal(int)const ;
53 int numberOfIntPnts(void)const ;
54 int overlapCount(void)const ;
57 virtual AcGeImpObject * copy(void)const ;
58 virtual AcGe::EntityId type(int)const ;
59 virtual int isEqualTo( AcGeImpEntity3d const &, AcGeTol const & = AcGeContext::gTol)const ;
60 virtual int isOn( AcGePoint3d const &, AcGeTol const & = AcGeContext::gTol)const ;
61 virtual void eventDeleted( AcGeLink const &);
62 virtual void eventModified( AcGeLink const &);
63 virtual void eventSetInterval( AcGeLink const &);
64 virtual void eventTransformed( AcGeLink const &, AcGeMatrix3d const &);
65 void changeCurveOrder(void);
67 void getIntParams(int,double &,double &)const ;
72
73private:
75 void intersectCurves(void)const ;
76 void reset( AcGeVector3d const &);
77 void setCurves( AcGeImpCurve3d const &, AcGeImpCurve3d const &, AcGeVector3d const &);
78 void setIntPoints( AcArray< AcGePoint3d, AcArrayMemCopyReallocator< AcGePoint3d> > const &, AcGeDoubleArray const &, AcGeDoubleArray const &, AcGeIntArray const &, AcGeIntArray const &, AcGeDoubleArray const &);
79
80};
virtual int isEqualTo(AcGeImpEntity3d const &, AcGeTol const &=AcGeContext::gTol) const
AcGeImpCurveCurveInt3d & orderWrt2(void)
AcGeImpCurve3d const * curve1(void) const
void getIntParams(int, double &, double &) const
virtual AcGeImpObject * copy(void) const
AcGeVector3d planeNormal(void) const
AcGePoint3d intPnt(int) const
void changeCurveOrder(void)
double intPntTol(int) const
int overlapCount(void) const
void getPntOnCurve2(int, AcGeImpPointOnCurve3d &) const
void getPntOnCurve1(int, AcGeImpPointOnCurve3d &) const
AcGeImpCurveCurveInt3d(AcGeImpCurve3d const &, AcGeImpCurve3d const &, AcGeVector3d const &, AcGeTol const &=AcGeContext::gTol)
AcGeImpCurveCurveInt3d(AcGeImpCurveCurveInt3d const &)
virtual ~AcGeImpCurveCurveInt3d(void)
void intRanges(AcGeImpInterval &, AcGeImpInterval &) const
virtual void eventTransformed(AcGeLink const &, AcGeMatrix3d const &)
AcGeImpCurveCurveInt3d(AcGeImpCurve3d const &, AcGeImpCurve3d const &, AcGeImpInterval const &, AcGeImpInterval const &, AcGeVector3d const &, AcGeTol const &=AcGeContext::gTol)
virtual void eventDeleted(AcGeLink const &)
virtual AcGeImpEntity3d & transformBy(AcGeMatrix3d const &)
AcGeImpCurve3d const * curve2(void) const
int numberOfIntPnts(void) const
void getConfig(int, AcGe::AcGeXConfig &, AcGe::AcGeXConfig &) const
virtual int isOn(AcGePoint3d const &, AcGeTol const &=AcGeContext::gTol) const
int isTransversal(int) const
int isTangential(int) const
virtual AcGe::EntityId type(int) const
virtual void eventModified(AcGeLink const &)
virtual void eventSetInterval(AcGeLink const &)
AcGeImpCurveCurveInt3d & set(AcGeImpCurve3d const &, AcGeImpCurve3d const &, AcGeImpInterval const &, AcGeImpInterval const &, AcGeVector3d const &, AcGeTol const &=AcGeContext::gTol)
AcGeImpCurveCurveInt3d & operator=(AcGeImpCurveCurveInt3d const &)
AcGeImpCurveCurveInt3d & set(AcGeImpCurve3d const &, AcGeImpCurve3d const &, AcGeVector3d const &, AcGeTol const &=AcGeContext::gTol)
AcGeTol tolerance(void) const
AcGeImpCurveCurveInt3d & orderWrt1(void)
void overlapRanges(int, AcGeImpInterval &, AcGeImpInterval &, AcGePoint3d &, AcGePoint3d &, int &) const
static ARX_API_STATIC AcGeTol gTol
Definition AcGeContext.h:24
EntityId
Definition AcGe.h:84
AcGeXConfig
Definition AcGe.h:41