CFx SDK Documentation
2020SP3
|
Go to the documentation of this file.
25 #ifndef OD_GEELLIPCONE_H
26 #define OD_GEELLIPCONE_H
28 #include "Ge/GeSurface.h"
175 double& endAng)
const ;
187 double& sineAngle)
const ;
252 double minorRadius) ;
260 double majorRadius) ;
343 #endif // OD_GEELLIPCONE_H
OdGePoint3d baseCenter() const
bool isClosed(const OdGeTol &tol=OdGeContext::gTol) const
OdGeSurface & operator=(const OdGeSurface &surf)
OdGeVector3d axisOfSymmetry() const
OdGeEllipCone & setMajorRadius(double majorRadius)
void getHeight(OdGeInterval &height) const
OdGeEllipCone(const OdGeEllipCone &)
double minorRadius() const
OdGeVector3d minorAxis() const
void getAngles(double &startAng, double &endAng) const
void getHalfAngle(double &cosineAngle, double &sineAngle) const
OdGeVector3d majorAxis() const
bool isOuterNormal() const
OdGeEllipCone(double cosineAngle, double sineAngle, const OdGePoint3d &origin, double minorRadius, double majorRadius, const OdGeVector3d &axisOfSymmetry)
GLint GLenum GLsizei GLsizei height
OdGeEllipCone(double cosineAngle, double sineAngle, const OdGePoint3d &baseOrigin, double minorRadius, double majorRadius, const OdGeVector3d &axisOfSymmetry, const OdGeVector3d &majorAxis, const OdGeInterval &height, double startAng, double endAng)
double radiusRatio() const
static GE_STATIC_EXPORT OdGeTol gTol
#define GE_TOOLKIT_EXPORT
OdGeEllipCone & setMinorRadius(double minorRadius)
double heightAt(double u) const
double majorRadius() const
OdGeEllipCone & setHeight(const OdGeInterval &height)
OdGeEllipCone & setAngles(double startAng, double endAng)
OdGeEllipCone & set(double cosineAngle, double sineAngle, const OdGePoint3d ¢er, double minorRadius, double majorRadius, const OdGeVector3d &axisOfSymmetry, const OdGeVector3d &majorAxis, const OdGeInterval &height, double startAng, double endAng)
OdGeEllipCone & set(double cosineAngle, double sineAngle, const OdGePoint3d ¢er, double minorRadius, double majorRadius, const OdGeVector3d &axisOfSymmetry)