CFx SDK Documentation 2026 SP0
Loading...
Searching...
No Matches
GeEllipCone.h
Go to the documentation of this file.
1
2// Copyright (C) 2002-2024, Open Design Alliance (the "Alliance").
3// All rights reserved.
4//
5// This software and its documentation and related materials are owned by
6// the Alliance. The software may only be incorporated into application
7// programs owned by members of the Alliance, subject to a signed
8// Membership Agreement and Supplemental Software License Agreement with the
9// Alliance. The structure and organization of this software are the valuable
10// trade secrets of the Alliance and its suppliers. The software is also
11// protected by copyright law and international treaty provisions. Application
12// programs incorporating this software must include the following statement
13// with their copyright notices:
14//
15// This application incorporates Open Design Alliance software pursuant to a license
16// agreement with Open Design Alliance.
17// Open Design Alliance Copyright (C) 2002-2024 by Open Design Alliance.
18// All rights reserved.
19//
20// By use of this software, its documentation or related materials, you
21// acknowledge and accept the above terms.
23
24
25#ifndef OD_GEELLIPCONE_H
26#define OD_GEELLIPCONE_H
27
28#include "Ge/GeSurface.h"
29#include "Ge/GeInterval.h"
30#include "OdPlatformSettings.h"
31
32class OdGePoint3d;
33class OdGeVector3d;
34class OdGeCircArc3d;
35class OdGeLinearEnt3d;
36
37#include "TD_PackPush.h"
38
119{
120public:
122
128
142 double cosineAngle,
143 double sineAngle,
144 const OdGePoint3d& origin,
145 double minorRadius,
146 double majorRadius,
148
169 double cosineAngle,
170 double sineAngle,
171 const OdGePoint3d& baseOrigin,
172 double minorRadius,
173 double majorRadius,
175 const OdGeVector3d& majorAxis,
176 const OdGeInterval& height,
177 double startAng,
178 double endAng);
179
186
193 double radiusRatio() const;
194
201 double minorRadius() const;
202
209 double majorRadius() const;
210
218
229 double& startAng,
230 double& endAng) const;
231
238 double halfAngle() const;
239
250 double& cosineAngle,
251 double& sineAngle) const;
252
259 OdGeInterval& height) const;
260
275 double heightAt(
276 double u) const;
277
285
293
301
309
321 const OdGeTol& tol = OdGeContext::gTol) const;
322
331 bool isOuterNormal() const;
332
342 double minorRadius);
343
353 double majorRadius);
354
355
366 double startAng,
367 double endAng);
368
378 const OdGeInterval& height);
379
386 double getPoleParam() const;
387
407 const OdGeLinearEnt3d& linEnt,
408 int& numInt,
409 OdGePoint3d& p1,
410 OdGePoint3d& p2,
411 const OdGeTol& tol = OdGeContext::gTol) const;
412
433 double cosineAngle,
434 double sineAngle,
435 const OdGePoint3d& center,
436 double minorRadius,
437 double majorRadius,
439
464 double cosineAngle,
465 double sineAngle,
466 const OdGePoint3d& center,
467 double minorRadius,
468 double majorRadius,
470 const OdGeVector3d& majorAxis,
471 const OdGeInterval& height,
472 double startAng,
473 double endAng);
474
484
491 double getUParamScale() const;
492
503 double uScale = 0.0);
504};
505
506#include "TD_PackPop.h"
507
508#endif // OD_GEELLIPCONE_H
tol
#define GE_TOOLKIT_EXPORT
Definition GeExport.h:35
void setUParamScale(double uScale=0.0)
OdGePoint3d apex() const
OdGeEllipCone(const OdGeEllipCone &cone)
OdGeVector3d majorAxis() const
OdGeEllipCone & setAngles(double startAng, double endAng)
bool intersectWith(const OdGeLinearEnt3d &linEnt, int &numInt, OdGePoint3d &p1, OdGePoint3d &p2, const OdGeTol &tol=OdGeContext::gTol) const
double getUParamScale() const
OdGeVector3d minorAxis() const
double halfAngle() const
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)
OdGeEllipCone & set(double cosineAngle, double sineAngle, const OdGePoint3d &center, double minorRadius, double majorRadius, const OdGeVector3d &axisOfSymmetry, const OdGeVector3d &majorAxis, const OdGeInterval &height, double startAng, double endAng)
double majorRadius() const
OdGeVector3d axisOfSymmetry() const
GE_OPERATORS_OVERRIDE_3D(OdGeEllipCone)
void getHeight(OdGeInterval &height) const
double radiusRatio() const
OdGeEllipCone & setMinorRadius(double minorRadius)
void getAngles(double &startAng, double &endAng) const
OdGePoint3d baseCenter() const
bool isOuterNormal() const
void getHalfAngle(double &cosineAngle, double &sineAngle) const
double heightAt(double u) const
double getPoleParam() const
double minorRadius() const
OdGeEllipCone(double cosineAngle, double sineAngle, const OdGePoint3d &origin, double minorRadius, double majorRadius, const OdGeVector3d &axisOfSymmetry)
bool isClosed(const OdGeTol &tol=OdGeContext::gTol) const
OdGeEllipCone & setMajorRadius(double majorRadius)
OdGeEllipCone & setHeight(const OdGeInterval &height)
OdGeEllipCone & set(double cosineAngle, double sineAngle, const OdGePoint3d &center, double minorRadius, double majorRadius, const OdGeVector3d &axisOfSymmetry)
OdGeSurface & operator=(const OdGeSurface &surf)
GLint GLenum GLsizei GLsizei height
Definition gles2_ext.h:110
static GE_STATIC_EXPORT OdGeTol gTol
Definition GeGbl.h:67