|
bool | getVertex2 (OdBrVertex &vertex2) const |
|
bool | getVertex1 (OdBrVertex &vertex1) const |
|
OdGe::EntityId | getCurveType () const |
|
OdGeCurve3d * | getCurve () const |
|
OdBrErrorStatus | getCurve (OdGeCurve3d *&pCurve) const |
|
bool | getCurveAsNurb (OdGeNurbCurve3d &nurb) const |
|
bool | getOrientToCurve () const |
|
bool | getColor (OdCmEntityColor &color) const |
|
| OdBrEdge () |
|
| ~OdBrEdge () |
|
bool | isNull () const |
|
bool | isEqualTo (const OdBrEntity *pOtherEntity) const |
|
bool | getBrep (OdBrBrep &brep) const |
|
bool | checkEntity () const |
|
OdBrErrorStatus | getSubentPath (OdDbBaseFullSubentPath &subPath) const |
|
virtual | ~OdBrEntity () |
|
OdBrErrorStatus | setSubentPath (OdBrBrep &brep, OdDbBaseFullSubentPath &subpath) |
|
OdBrErrorStatus | getPointContainment (const OdGePoint3d &point, OdGe::PointContainment &containment, OdBrEntity *&brEntContainer) const |
|
OdBrErrorStatus | getLineContainment (const OdGeLinearEnt3d &line, const OdUInt32 &iNumHitsWanted, OdUInt32 &iNumHitsFound, OdBrHit *&brHit) const |
|
OdBrErrorStatus | setValidationLevel (const BrValidationLevel &level= *(BrValidationLevel *) NULL) |
|
OdBrErrorStatus | getValidationLevel (BrValidationLevel &level) const |
|
OdUInt32 | getFlags () const |
|
OdInt32 | getGsMarker () const |
|
OdBrErrorStatus | getMassProps (OdBrMassProps &massProps, const double &dDensity= *(double *) NULL, const double &dTolRequired= *(double *) NULL, double &dTolAchieved= *(double *) NULL) const |
|
OdBrErrorStatus | getVolume (double &dVolume, const double &dTolRequired= *(double *) NULL, double &dTolAchieved= *(double *) NULL) const |
|
OdBrErrorStatus | getSurfaceArea (double &dArea, const double &dTolRequired= *(double *) NULL, double &dTolAchieved= *(double *) NULL) const |
|
OdBrErrorStatus | getPerimeterLength (double &dLength, const double &dTolRequired= *(double *) NULL, double &dTolAchieved= *(double *) NULL) const |
|
This class is the interface class for BREP edges.
- See also
- TD_Br
Definition at line 50 of file BrEdge.h.