API Reference > OdDbPointCloud Classes > OdDbPointCloudExItem Class > OdDbPointCloudExItem Methods > OdDbPointCloudExItem::viewportDrawPoints Method
OdDbPointCloudExItem::viewportDrawPoints Method
Syntax
C++
virtual void viewportDrawPoints(OdGiViewportDraw* pVd) const = 0;
Parameters 
Description 
OdGiViewportDraw* pVd 
[in] Pointer to the OdGiViewportDraw interface. 

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

This function is called once per viewport. Transformations and clipping boundaries are taken care of outside of this function by the ODA Platform. 

 

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