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

Retrieves B-Rep object from a specified 3D solid 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.