API Reference > Classes > Base Classes > OdBmObject Class > OdBmObject Methods > OdBmObject::subWorldDraw Method
OdBmObject::subWorldDraw Method
Syntax
C++
virtual bool subWorldDraw(OdGiWorldDraw*) const;
Parameters 
Description 
draw 
[in] A raw pointer to an OdGiWorldDraw object that contains information about the object's geometry and traits.  

true if the object was successfully rendered; otherwise, the method returns false.

Implements the mechanism for rendering the object. 

 

Copyright (c) 2002-2021. Open Design Alliance. All rights reserved.