FRX SDK Documentation 2025 SP0
Loading...
Searching...
No Matches
AcGeImpTorus.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;
24class AcGeImpObject;
25class AcGePoint3d;
26class AcGeTol;
27class AcGeVector3d;
28
30{
31public:
33 AcGeImpTorus(double,double, AcGePoint3d const &, AcGeVector3d const &);
34 AcGeImpTorus(double,double, AcGePoint3d const &, AcGeVector3d const &, AcGeVector3d const &,double,double,double,double);
37 AcGeImpTorus & set(double,double, AcGePoint3d const &, AcGeVector3d const &);
38 AcGeImpTorus & set(double,double, AcGePoint3d const &, AcGeVector3d const &, AcGeVector3d const &,double,double,double,double);
39 AcGeImpTorus & setAnglesInU(double,double);
40 AcGeImpTorus & setAnglesInV(double,double);
43 AcGePoint3d center(void)const ;
45 AcGeVector3d refAxis(void)const ;
46 double majorRadius(void)const ;
47 double minorRadius(void)const ;
49 int isApple(void)const ;
50 int isDegenerate(void)const ;
51 int isDoughnut(void)const ;
52 int isHollow(void)const ;
53 int isLemon(void)const ;
54 int isOuterNormal(void)const ;
55 int isVortex(void)const ;
56 virtual ~AcGeImpTorus(void);
57 virtual AcGeImpObject * copy(void)const ;
60 virtual AcGe::EntityId type(int)const ;
61 virtual int boundary( AcGeImpCurve3d * * const)const ;
62 void getAnglesInU(double &,double &)const ;
63 void getAnglesInV(double &,double &)const ;
64 void getXSectionInU(double, AcGeImpEllipArc3d &)const ;
65 void getXSectionInV(double, AcGeImpEllipArc3d &)const ;
66
67};
virtual int boundary(AcGeImpCurve3d **const) const
int isOuterNormal(void) const
void getXSectionInV(double, AcGeImpEllipArc3d &) const
virtual AcGePoint3d closestCurveToBoundary(AcGeImpCurve3d const &, AcGePoint3d &, AcGeTol const &=AcGeContext::gTol) const
virtual AcGeImpObject * copy(void) const
int intersectWith(AcGeImpLinearEnt3d const &, int &, AcGePoint3d &, AcGePoint3d &, AcGePoint3d &, AcGePoint3d &, AcGeTol const &=AcGeContext::gTol) const
AcGeImpTorus & set(double, double, AcGePoint3d const &, AcGeVector3d const &)
int isHollow(void) const
double minorRadius(void) const
int isDoughnut(void) const
AcGeImpTorus & set(double, double, AcGePoint3d const &, AcGeVector3d const &, AcGeVector3d const &, double, double, double, double)
int isVortex(void) const
AcGeImpTorus & setAnglesInU(double, double)
AcGeVector3d axisOfSymmetry(void) const
void getXSectionInU(double, AcGeImpEllipArc3d &) const
AcGeImpTorus(void)
AcGePoint3d center(void) const
virtual AcGe::EntityId type(int) const
AcGeImpTorus(double, double, AcGePoint3d const &, AcGeVector3d const &)
int isLemon(void) const
AcGeImpTorus & operator=(AcGeImpTorus const &)
virtual AcGePoint3d closestPointToBoundary(AcGePoint3d const &, AcGeTol const &=AcGeContext::gTol) const
AcGeImpTorus(double, double, AcGePoint3d const &, AcGeVector3d const &, AcGeVector3d const &, double, double, double, double)
void getAnglesInU(double &, double &) const
AcGeImpTorus & setAnglesInV(double, double)
AcGeImpTorus(AcGeImpTorus const &)
int isDegenerate(void) const
AcGeImpTorus & setMinorRadius(double)
int isApple(void) const
double majorRadius(void) const
virtual ~AcGeImpTorus(void)
AcGeImpTorus & setMajorRadius(double)
void getAnglesInV(double &, double &) const
AcGeVector3d refAxis(void) const
static ARX_API_STATIC AcGeTol gTol
Definition AcGeContext.h:24
EntityId
Definition AcGe.h:84