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

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