API Reference > OdDbPointCloud Classes > OdDbPointCloudItem Class > OdDbPointCloudItem Methods > OdDbPointCloudItem::worldDrawPoints Method
OdDbPointCloudItem::worldDrawPoints Method
Syntax
C++
virtual bool worldDrawPoints(const OdDbPointCloud* pEnt, OdGiWorldDraw* pWd) const = 0;
Parameters 
Description 
const OdDbPointCloud* pEnt 
[in] Pointer to the OdDbPointCloud entity.  
OdGiWorldDraw* pWd 
[in] Pointer to the OdGiWorldDraw interface. 

Returns true if and only if the geometric representation can be generated in a viewport-independent manner.

Creates a viewport-independent geometric representation of a Point Cloud Entity.

A return value of false indicates that viewportDrawPoints() must be called for this object. Transformations and clipping boundaries are taken care of outside of this function by the ODA Platform. The 3D GS will call this function at least once, but may cache subsequent display updates. 

 

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