CFx SDK Documentation 2024 SP0
Loading...
Searching...
No Matches
Public Member Functions | List of all members
wrRenderFilter Class Referenceabstract

#include <BrepRenderer.h>

Public Member Functions

virtual bool filterFace (const OdBrFace &face)=0
 
virtual ~wrRenderFilter ()
 

Detailed Description

This class is the base class for classes that provide platform-dependent ACIS rendering for the ODA Platform.

Corresponding C++ library: TD_BrepRenderer

<group Other_Classes>

Definition at line 56 of file BrepRenderer.h.

Constructor & Destructor Documentation

◆ ~wrRenderFilter()

virtual wrRenderFilter::~wrRenderFilter ( )
inlinevirtual

This is the default destructor for objects of the wrRenderFilter class.

Definition at line 72 of file BrepRenderer.h.

Member Function Documentation

◆ filterFace()

virtual bool wrRenderFilter::filterFace ( const OdBrFace face)
pure virtual

Filters the specified face.

Parameters
face[in] Face to filter.
Returns
True if the specified face matches filter criteria; false otherwise.

The documentation for this class was generated from the following file: