Close

Relief for ODA Team in Ukraine

Learn more
ODA Kernel SDK
OdBrepRenderer::draw Method
Syntax
C++
virtual bool draw(OdGiCommonDraw * pWd, OdUInt32 geomType, const NumIsolines * pNumIsolines = 0) = 0;

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

 

Parameters
Description
pWd
[in] Pointer to the OdGiCommonDraw interface.
geomType
[in] Geometry type.
pNumIsolines
[in] Number of isolines.

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

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

 

Name
Value
kNothing
0
kIsolines
1
kEdges
2
kShells
4
kOrderedEdges
8
kSurfIsolines
16
Copyright © 2002-2022. Open Design Alliance All rights reserved.