API Reference > Other Classes > OdBrepRenderer Class > OdBrepRenderer Methods > OdBrepRenderer::draw Method
OdBrepRenderer::draw Method
Syntax
C++
virtual bool draw(OdGiCommonDraw * pWd, OdUInt32 geomType, const NumIsolines * pNumIsolines = 0) = 0;
Parameters 
Description 
OdGiCommonDraw * pWd 
[in] Pointer to the OdGiCommonDraw interface.  
OdUInt32 geomType 
[in] Geometry type. 

Returns true if and only if the geometric representation can be generated. 

 

Creates a geometric representation of the BREP data of this Renderer object.

geomType must be a combination of one or more of the following: 

 

Name 
Value 
kNothing 
kIsolines 
kEdges 
kShells 
kOrderedEdges 
kSurfIsolines 
16 
Copyright © 2002–2020. Open Design Alliance. All rights reserved.