#include <FMMdlSurface.h>
|
| | Cone (const OdGeLine3d &axis, const OdGeVector3d &startDir, double radius1, double radius2, OdUInt32 approx) |
| |
| Type | type () const |
| |
| double | radius () const |
| |
| double | topRadius () const |
| |
| double | tanAngle () const |
| |
| OdUInt32 | approximation () 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 134 of file FMMdlSurface.h.
◆ Cone()
◆ approximation()
| OdUInt32 FacetModeler::Cone::approximation |
( |
| ) |
const |
◆ compare()
| int FacetModeler::Cone::compare |
( |
const Surface * |
pOther, |
|
|
double |
e |
|
) |
| const |
|
virtual |
◆ copy()
◆ normal()
◆ radius()
| double FacetModeler::Cone::radius |
( |
| ) |
const |
◆ tanAngle()
| double FacetModeler::Cone::tanAngle |
( |
| ) |
const |
◆ topRadius()
| double FacetModeler::Cone::topRadius |
( |
| ) |
const |
◆ transform()
◆ type()
| Type FacetModeler::Cone::type |
( |
| ) |
const |
|
virtual |
◆ m_approximation
| OdUInt32 FacetModeler::Cone::m_approximation |
|
protected |
◆ m_approximation2
| OdUInt32 FacetModeler::Cone::m_approximation2 |
|
protected |
◆ m_radius
| double FacetModeler::Cone::m_radius |
|
protected |
◆ m_tanAngle
| double FacetModeler::Cone::m_tanAngle |
|
protected |
The documentation for this class was generated from the following file: