CFx SDK Documentation
2020SP3
|
Go to the documentation of this file.
27 #include "OdPlatformSettings.h"
152 double& endAng)
const;
167 double& sineAngle)
const;
313 #endif // OD_GECONE_H
OdGeSurface & operator=(const OdGeSurface &surf)
OdGePoint3d baseCenter() const
OdGeVector3d refAxis() const
OdGeCone & set(double cosineAngle, double sineAngle, const OdGePoint3d &baseCenter, double baseRadius, const OdGeVector3d &axisOfSymmetry)
bool isClosed(const OdGeTol &tol=OdGeContext::gTol) const
void getAngles(double &startAng, double &endAng) const
OdGeCone & setAngles(double startAng, double endAng)
double heightAt(double u) const
GLint GLenum GLsizei GLsizei height
OdGeCone(double cosineAngle, double sineAngle, const OdGePoint3d &baseOrigin, double baseRadius, const OdGeVector3d &axisOfSymmetry)
bool isOuterNormal() const
OdGeVector3d axisOfSymmetry() const
OdGeCone & set(double cosineAngle, double sineAngle, const OdGePoint3d &baseCenter, double baseRadius, const OdGeVector3d &axisOfSymmetry, const OdGeVector3d &refAxis, const OdGeInterval &height, double startAng, double endAng)
OdGeCone(const OdGeCone &cone)
void getHalfAngle(double &cosineAngle, double &sineAngle) const
void getHeight(OdGeInterval &height) const
static GE_STATIC_EXPORT OdGeTol gTol
#define GE_TOOLKIT_EXPORT
bool intersectWith(const OdGeLinearEnt3d &linEnt, int &numInt, OdGePoint3d &p1, OdGePoint3d &p2, const OdGeTol &tol=OdGeContext::gTol) const
OdGeCone & setHeight(const OdGeInterval &height)
OdGeCone(double cosineAngle, double sineAngle, const OdGePoint3d &baseOrigin, double baseRadius, const OdGeVector3d &axisOfSymmetry, const OdGeVector3d &refAxis, const OdGeInterval &height, double startAng, double endAng)
OdGeCone & setBaseRadius(double baseRadius)
double baseRadius() const