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.  
const NumIsolines * pNumIsolines = 0 
[in] Number of isolines. 

True if and only if the geometric representation can be generated.

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

 

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

 

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