CFx SDK Documentation
2022 SP0
|
#include <BrepRenderer.h>
Classes | |
struct | NumIsolines |
Public Member Functions | |
virtual | ~OdBrepRenderer () |
virtual void | setBrep (const OdBrBrep &brep)=0 |
virtual void | enableCaching ()=0 |
virtual void | disableCaching (bool clearCache=true)=0 |
virtual bool | isCachingEnabled () const =0 |
virtual void | setTriangulationParams (const wrTriangulationParams *pTriangulationParams)=0 |
virtual const wrTriangulationParams * | getTriangulationParams () const =0 |
virtual bool | draw (OdGiCommonDraw *pWd, OdUInt32 geomType, const NumIsolines *pNumIsolines=0)=0 |
virtual bool | drawSilhouettes (OdGiViewportDraw *pVd)=0 |
virtual void | transformBy (const OdGeMatrix3d &xfm)=0 |
Protected Member Functions | |
OdBrepRenderer () | |
This class is the base class for classes that provide platform-dependent ACIS rendering for Teigha. Corresponding C++ library: TD_BrepRenderer
<group Other_Classes>
Definition at line 45 of file BrepRenderer.h.
|
inlineprotected |
Definition at line 48 of file BrepRenderer.h.
|
inlinevirtual |
Definition at line 52 of file BrepRenderer.h.
Disables caching for this Renderer object.
clearCache | [in] Clears rendering cache if and only if true. |
Implemented in OdBrepRendererImpl.
|
pure virtual |
Creates a geometric representation of the BREP data of this Renderer object.
pWd | [in] Pointer to the OdGiCommonDraw interface. |
geomType | [in] Geometry type. |
Value kNothing 0
kIsolines 1 kEdges 2 kShells 4 kOrderedEdges 8 kSurfIsolines 16
Implemented in OdBrepRendererImpl.
|
pure virtual |
Creates a silhouette representation of the BREP data of this Renderer object.
pVd | [in] Pointer to the OdGiViewportDraw interface. |
Implemented in OdBrepRendererImpl.
|
pure virtual |
Enables caching for this Renderer object.
Implemented in OdBrepRendererImpl.
|
pure virtual |
Returns the Triangular Parameters for this Renderer object.
Implemented in OdBrepRendererImpl.
|
pure virtual |
Returns true if and only if caching is enabled for this Renderer object.
Implemented in OdBrepRendererImpl.
Sets the BREP data for this Renderer object.
brep | [in] BREP data. |
Implemented in OdBrepRendererImpl.
|
pure virtual |
Sets the Triangular Parameters for this Renderer object.
pTriangulationParams | [in] Pointer to the Triangular Parameters. |
Implemented in OdBrepRendererImpl.
|
pure virtual |
Applies the 3D transformation matrix to the BREP data of Renderer object.
xfm | [in] 3D transformation matrix. |
Implemented in OdBrepRendererImpl.