API Reference > Other Classes > OdModelerGeometry Class > OdModelerGeometry Methods > OdModelerGeometry::drawSilhouettes Method
OdModelerGeometry::drawSilhouettes Method
Syntax
C++
virtual bool drawSilhouettes(OdGiViewportDraw* pVd) = 0;
Parameters 
Description 
OdGiViewportDraw* pVd 
[in] Pointer to the OdGiViewportDraw interface. 

Creates a viewport-dependent silhouette representation of this ModelerGeometry object.

Causes this ModelerGeometry object to describe its geometry to the specified OdGiViewportDraw object. 

This function is called once per viewport. 

It is possible to have totally different images in each viewport; a schematic in one viewport, a layout in another. 

 

Copyright © 2002–2020. Open Design Alliance. All rights reserved.