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

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