FRX SDK Documentation 2025 SP0
Loading...
Searching...
No Matches
AcGeCurveCurveInt3d.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 AcGeCurve3d;
23class AcGeInterval;
24class AcGePoint3d;
26class AcGeTol;
27class AcGeVector3d;
28
30{
31public:
37 AcGeCurve3d const * curve1( void )const;
38 AcGeCurve3d const * curve2( void )const;
44 AcGePoint3d intPoint( int )const;
45 AcGeTol tolerance( void )const;
47 double intPointTol( int )const;
50 int numIntPoints( void )const;
51 int overlapCount( void )const;
53 void changeCurveOrder( void );
55 void getIntParams( int, double &, double & )const;
60};
AcGeCurve3d const * curve1(void) const
AcGeCurveCurveInt3d & orderWrt2(void)
void getIntConfigs(int, AcGe::AcGeXConfig &, AcGe::AcGeXConfig &) const
AcGeTol tolerance(void) const
Frx::Boolean isTangential(int) const
void changeCurveOrder(void)
void getOverlapRanges(int, AcGeInterval &, AcGeInterval &) const
Frx::Boolean isTransversal(int) const
AcGePoint3d intPoint(int) const
void getPointOnCurve2(int, AcGePointOnCurve3d &) const
void getIntRanges(AcGeInterval &, AcGeInterval &) const
Frx::Boolean overlapDirection(void) const
AcGeCurveCurveInt3d & operator=(AcGeCurveCurveInt3d const &)
void getPointOnCurve1(int, AcGePointOnCurve3d &) const
AcGeCurveCurveInt3d & set(AcGeCurve3d const &, AcGeCurve3d const &, AcGeInterval const &, AcGeInterval const &, AcGeVector3d const &, AcGeTol const &=AcGeContext::gTol)
AcGeCurveCurveInt3d & set(AcGeCurve3d const &, AcGeCurve3d const &, AcGeVector3d const &, AcGeTol const &=AcGeContext::gTol)
AcGeCurveCurveInt3d(AcGeCurve3d const &, AcGeCurve3d const &, AcGeVector3d const &, AcGeTol const &=AcGeContext::gTol)
AcGeCurve3d const * curve2(void) const
double intPointTol(int) const
AcGeVector3d planeNormal(void) const
AcGeCurveCurveInt3d & orderWrt1(void)
void getIntParams(int, double &, double &) const
AcGeCurveCurveInt3d(AcGeCurve3d const &, AcGeCurve3d const &, AcGeInterval const &, AcGeInterval const &, AcGeVector3d const &, AcGeTol const &=AcGeContext::gTol)
int numIntPoints(void) const
AcGeCurveCurveInt3d(AcGeCurveCurveInt3d const &)
int overlapCount(void) const
static ARX_API_STATIC AcGeTol gTol
Definition AcGeContext.h:24
AcGeXConfig
Definition AcGe.h:41