FRX SDK Documentation 2025 SP0
Loading...
Searching...
No Matches
AcGeCurveCurveInt2d.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
20#include "..\acge17\AcGe.h"
21
22class AcGeCurve2d;
23class AcGeInterval;
24class AcGePoint2d;
26class AcGeTol;
27
29{
30public:
36 AcGeCurve2d const * curve1( void )const;
37 AcGeCurve2d const * curve2( void )const;
43 AcGePoint2d intPoint( int )const;
44 AcGeTol tolerance( void )const;
45 double intPointTol( int )const;
48 int numIntPoints( void )const;
49 int overlapCount( void )const;
51 void changeCurveOrder( void );
53 void getIntParams( int, double &, double & )const;
58};
void getIntParams(int, double &, double &) const
AcGeCurveCurveInt2d(AcGeCurve2d const &, AcGeCurve2d const &, AcGeTol const &=AcGeContext::gTol)
AcGeCurve2d const * curve1(void) const
Frx::Boolean isTangential(int) const
void changeCurveOrder(void)
void getPointOnCurve1(int, AcGePointOnCurve2d &) const
AcGeCurveCurveInt2d & set(AcGeCurve2d const &, AcGeCurve2d const &, AcGeTol const &=AcGeContext::gTol)
double intPointTol(int) const
Frx::Boolean isTransversal(int) const
void getPointOnCurve2(int, AcGePointOnCurve2d &) const
AcGeCurveCurveInt2d(AcGeCurve2d const &, AcGeCurve2d const &, AcGeInterval const &, AcGeInterval const &, AcGeTol const &=AcGeContext::gTol)
AcGeTol tolerance(void) const
AcGePoint2d intPoint(int) const
AcGeCurve2d const * curve2(void) const
AcGeCurveCurveInt2d & orderWrt2(void)
void getIntConfigs(int, AcGe::AcGeXConfig &, AcGe::AcGeXConfig &) const
void getIntRanges(AcGeInterval &, AcGeInterval &) const
int overlapCount(void) const
int numIntPoints(void) const
AcGeCurveCurveInt2d(AcGeCurveCurveInt2d const &)
AcGeCurveCurveInt2d & orderWrt1(void)
AcGeCurveCurveInt2d & operator=(AcGeCurveCurveInt2d const &)
Frx::Boolean overlapDirection(void) const
void getOverlapRanges(int, AcGeInterval &, AcGeInterval &) const
AcGeCurveCurveInt2d & set(AcGeCurve2d const &, AcGeCurve2d const &, AcGeInterval const &, AcGeInterval const &, AcGeTol const &=AcGeContext::gTol)
static ARX_API_STATIC AcGeTol gTol
Definition AcGeContext.h:24
AcGeXConfig
Definition AcGe.h:41