|
OdBrErrorStatus | getSurfaceAsNurb (OdGeNurbSurface &nurb) const |
|
OdGeSurface * | getSurface () const |
|
OdBrErrorStatus | getSurfaceType (OdGe::EntityId &surfaceType) const |
|
OdBrErrorStatus | getArea (double &area, const double *tolRequired=NULL, double *tolAchieved=NULL) const |
|
bool | getOrientToSurface () const |
|
bool | getColor (OdCmEntityColor &color) const |
|
bool | getMaterialID (OdUInt64 &id) const |
|
bool | getMaterialString (OdString &strMatName) const |
|
bool | getMaterialMapper (OdGeMatrix3d &mx, Projection &projection, Tiling &tiling, AutoTransform &autoTransform) const |
|
OdBrErrorStatus | getSurfaceAsTrimmedNurbs (OdUInt32 &numNurbs, OdGeExternalBoundedSurface **&ppNurbs) const |
|
bool | getFillPatternId (OdUInt64 &id) const |
|
bool | getFillingAttributes (OdGePoint2d &origin, OdGeVector2d &dir) const |
|
bool | getExtraFillingAttributes (OdGiFill *pFill) const |
|
const OdGiFill * | getFill () const |
|
bool | getFirstFaceRegion (OdBrFace &face) const |
|
bool | getNextFaceRegion (OdBrFace &face) const |
|
| OdBrFace () |
|
| ~OdBrFace () |
|
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 | getBoundBlock (OdGeBoundBlock3d &block) const |
|
OdBrErrorStatus | setValidationLevel (const BrValidationLevel &level) |
|
OdBrErrorStatus | getValidationLevel (BrValidationLevel &level) const |
|
OdUInt32 | getFlags () const |
|
OdBrErrorStatus | getGsMarker (OdGsMarker &marker) const |
|
OdBrErrorStatus | getMassProps (OdBrMassProps &massProps, const double &dDensity=dUnspecified, const double &dTolRequired=dUnspecified, double &dTolAchieved=dUnspecified) const |
|
OdBrErrorStatus | getVolume (double &dVolume, const double &dTolRequired=dUnspecified, double &dTolAchieved=dUnspecified) const |
|
OdBrErrorStatus | getSurfaceArea (double &dArea, const double &dTolRequired=dUnspecified, double &dTolAchieved=dUnspecified) const |
|
OdBrErrorStatus | getPerimeterLength (double &dLength, const double &dTolRequired=dUnspecified, double &dTolAchieved=dUnspecified) const |
|
OdUInt64 | getUniqueId () const |
|
This class is the interface class for BREP faces.
- See also
- TD_Br
<group OdBr_Classes>
Definition at line 50 of file BrFace.h.