#include <FMMdlSurface.h>
|
| | Torus (const OdGeLine3d &axis, const OdGeVector3d &startDir, double majorRadius, double minorRadius, OdUInt32 majorApprox, OdUInt32 minorApprox) |
| |
| Type | type () const |
| |
| double | majorRadius () const |
| |
| double | minorRadius () const |
| |
| OdUInt32 | majorApproximation () const |
| |
| OdUInt32 | minorApproximation () const |
| |
| void | normal (const FacetModeler::Vertex &atV, const Face &atF, OdGeVector3d &normal) const |
| |
| void | transform (const OdGeMatrix3d &x) |
| |
| int | compare (const Surface *pOther, double e) const |
| |
| Surface * | copy (Body &to) const |
| |
| | Revolution (const OdGeLine3d &axis, const OdGeVector3d &startDir) |
| |
| const OdGeLine3d & | axis () const |
| |
| const OdGeVector3d & | startDir () const |
| |
| | Surface () |
| |
| bool | isEqivalent (const Surface *pTo, const OdGeTol &tol) const |
| |
| Surface * | next () const |
| |
| | ~Surface () |
| |
| | Entity () |
| |
| | Entity (const Entity &ent) |
| |
| Entity & | operator= (const Entity &) |
| |
| virtual | ~Entity () |
| |
| OdUInt32 | flags () const |
| |
| void | setFlags (OdUInt32 iFlags) |
| |
| bool | isFlagOn (OdUInt32 iFlag) const |
| |
| void | setIsFlagOn (OdUInt32 iFlag, bool bOn) |
| |
| FacetModeler::AecTagType | tag () const |
| |
| void | setTag (FacetModeler::AecTagType nTag) |
| |
Definition at line 155 of file FMMdlSurface.h.
◆ Torus()
◆ compare()
| int FacetModeler::Torus::compare |
( |
const Surface * |
pOther, |
|
|
double |
e |
|
) |
| const |
|
virtual |
◆ copy()
◆ majorApproximation()
| OdUInt32 FacetModeler::Torus::majorApproximation |
( |
| ) |
const |
◆ majorRadius()
| double FacetModeler::Torus::majorRadius |
( |
| ) |
const |
◆ minorApproximation()
| OdUInt32 FacetModeler::Torus::minorApproximation |
( |
| ) |
const |
◆ minorRadius()
| double FacetModeler::Torus::minorRadius |
( |
| ) |
const |
◆ normal()
◆ transform()
◆ type()
| Type FacetModeler::Torus::type |
( |
| ) |
const |
|
virtual |
◆ m_majorApprox
| OdUInt32 FacetModeler::Torus::m_majorApprox |
|
protected |
◆ m_majorRadius
| double FacetModeler::Torus::m_majorRadius |
|
protected |
◆ m_minorApprox
| OdUInt32 FacetModeler::Torus::m_minorApprox |
|
protected |
◆ m_minorRadius
| double FacetModeler::Torus::m_minorRadius |
|
protected |
The documentation for this class was generated from the following file: