API Reference > Classes > PRC Export-Import Classes > PdfExportGiDrawablePE_Solid_IFace Class > PdfExportGiDrawablePE_Solid_IFace Methods > PdfExportGiDrawablePE_Solid_IFace::GetBrep Method
PdfExportGiDrawablePE_Solid_IFace::GetBrep Method
Syntax
C++
virtual void GetBrep(const OdGiDrawable * pDrawable, OdBrBrep & brep) const = 0;
Parameters 
Description 
const OdGiDrawable * pDrawable 
[in] A raw pointer to the drawable entity.  
OdBrBrep & brep 
[out] A placeholder for a B-Rep object. 

Retrieves B-Rep object from a specified drawable entity.

The method fills the passed OdBrBrep object and returns it to a calling subroutine.

Copyright (c) 2002-2021. Open Design Alliance. All rights reserved.