FRX SDK Documentation 2025 SP0
Loading...
Searching...
No Matches
AcGeTorus.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
20class AcGeLinearEnt3d;
21class AcGePoint3d;
22class AcGeTol;
23class AcGeVector3d;
24
26{
27public:
29 AcGeTorus(double,double, AcGePoint3d const &, AcGeVector3d const &);
30 AcGeTorus(double,double, AcGePoint3d const &, AcGeVector3d const &, AcGeVector3d const &,double,double,double,double);
31 AcGeTorus(void);
33 AcGePoint3d center(void)const ;
35 AcGeTorus & set(double,double, AcGePoint3d const &, AcGeVector3d const &);
36 AcGeTorus & set(double,double, AcGePoint3d const &, AcGeVector3d const &, AcGeVector3d const &,double,double,double,double);
37 AcGeTorus & setAnglesInU(double,double);
38 AcGeTorus & setAnglesInV(double,double);
42 AcGeVector3d refAxis(void)const ;
43 double majorRadius(void)const ;
44 double minorRadius(void)const ;
46 int isApple(void)const ;
47 int isDegenerate(void)const ;
48 int isDoughnut(void)const ;
49 int isHollow(void)const ;
50 int isLemon(void)const ;
51 int isOuterNormal(void)const ;
52 int isVortex(void)const ;
53 void getAnglesInU(double &,double &)const ;
54 void getAnglesInV(double &,double &)const ;
55
56};
AcGeTorus(AcGeTorus const &)
int isVortex(void) const
double minorRadius(void) const
AcGeTorus & setMinorRadius(double)
int isLemon(void) const
int isDegenerate(void) const
int isOuterNormal(void) const
AcGeTorus & set(double, double, AcGePoint3d const &, AcGeVector3d const &)
double majorRadius(void) const
AcGeTorus(void)
int isHollow(void) const
AcGeVector3d refAxis(void) const
int isApple(void) const
AcGeVector3d axisOfSymmetry(void) const
void getAnglesInV(double &, double &) const
AcGeTorus & setAnglesInU(double, double)
AcGeTorus(double, double, AcGePoint3d const &, AcGeVector3d const &, AcGeVector3d const &, double, double, double, double)
AcGePoint3d center(void) const
~AcGeTorus(void)
AcGeTorus & set(double, double, AcGePoint3d const &, AcGeVector3d const &, AcGeVector3d const &, double, double, double, double)
AcGeTorus & setAnglesInV(double, double)
void getAnglesInU(double &, double &) const
AcGeTorus & operator=(AcGeTorus const &)
int intersectWith(AcGeLinearEnt3d const &, int &, AcGePoint3d &, AcGePoint3d &, AcGePoint3d &, AcGePoint3d &, AcGeTol const &=AcGeContext::gTol) const
int isDoughnut(void) const
AcGeTorus & setMajorRadius(double)
AcGeTorus(double, double, AcGePoint3d const &, AcGeVector3d const &)
static ARX_API_STATIC AcGeTol gTol
Definition AcGeContext.h:24