FRX SDK Documentation 2025 SP0
Loading...
Searching...
No Matches
AcGeImpCone.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;
23class AcGeImpInterval;
25class AcGeImpObject;
26class AcGePoint3d;
28class AcGeTol;
29class AcGeVector3d;
30
32{
33public:
35 AcGeImpCone(double,double, AcGeImpEllipArc3d const &);
36 AcGeImpCone(double,double, AcGeImpEllipArc3d const &, AcGeImpInterval const &,double,double);
39 AcGeImpCone & set(double,double, AcGeImpEllipArc3d const &);
40 AcGeImpCone & set(double,double, AcGeImpEllipArc3d const &, AcGeImpInterval const &,double,double);
41 AcGeImpCone & setAngles(double,double);
44 AcGePoint3d apex(void)const ;
49 double baseMajorRadius(void)const ;
50 double baseMinorRadius(void)const ;
51 double halfAngle(void)const ;
52 double heightAt(double)const ;
53 int getXSection(double, AcGeImpEllipArc3d &)const ;
57 int isOuterNormal(void)const ;
58 virtual ~AcGeImpCone(void);
59 virtual AcGeImpObject * copy(void)const ;
62 virtual AcGe::EntityId type(int)const ;
63 virtual int boundary( AcGeImpCurve3d * * const)const ;
64 virtual void evalNormal( AcGePointOnSurfaceData &)const ;
65 void getAngles(double &,double &)const ;
67 void getHalfAngle(double &,double &)const ;
68 void getHeight( AcGeImpInterval &)const ;
70
71};
virtual void evalNormal(AcGePointOnSurfaceData &) const
AcGeVector3d baseMinorAxis(void) const
void getMajorGenerator(AcGeImpLinearEnt3d &) const
AcGeImpCone(void)
int isOuterNormal(void) const
AcGeImpCone(double, double, AcGeImpEllipArc3d const &, AcGeImpInterval const &, double, double)
int getXSection(double, AcGeImpEllipArc3d &) const
double baseMajorRadius(void) const
void getHalfAngle(double &, double &) const
AcGeImpCone & setBaseRadius(double)
AcGeImpCone & setHeight(AcGeImpInterval const &)
virtual AcGePoint3d closestPointToBoundary(AcGePoint3d const &, AcGeTol const &=AcGeContext::gTol) const
AcGeImpCone & set(double, double, AcGeImpEllipArc3d const &)
void getHeight(AcGeImpInterval &) const
AcGeImpCone(AcGeImpCone const &)
virtual AcGeImpObject * copy(void) const
AcGeImpCone(double, double, AcGeImpEllipArc3d const &)
AcGeImpCone & operator=(AcGeImpCone const &)
void getAngles(double &, double &) const
AcGePoint3d baseCenter(void) const
AcGePoint3d apex(void) const
virtual ~AcGeImpCone(void)
virtual AcGePoint3d closestCurveToBoundary(AcGeImpCurve3d const &, AcGePoint3d &, AcGeTol const &=AcGeContext::gTol) const
AcGeImpCone & setAngles(double, double)
AcGeVector3d baseMajorAxis(void) const
int intersectWith(AcGeImpLinearEnt3d const &, int &, AcGePoint3d &, AcGePoint3d &, AcGeTol const &=AcGeContext::gTol) const
virtual AcGe::EntityId type(int) const
double baseMinorRadius(void) const
AcGeVector3d axisOfSymmetry(void) const
virtual int boundary(AcGeImpCurve3d **const) const
double heightAt(double) const
int isCylindrical(AcGeTol const &=AcGeContext::gTol) const
int isGenerator(AcGeImpLinearEnt3d const &, AcGeTol const &=AcGeContext::gTol) const
double halfAngle(void) const
AcGeImpCone & set(double, double, AcGeImpEllipArc3d const &, AcGeImpInterval const &, double, double)
void getAxisLine(AcGeImpLinearEnt3d &) const
static ARX_API_STATIC AcGeTol gTol
Definition AcGeContext.h:24
EntityId
Definition AcGe.h:84