API Reference > OdDb Classes > OdDbPoint Class > OdDbPoint Constructor > OdDbPoint::OdDbPoint Constructor ()
OdDbPoint::OdDbPoint Constructor ()
Syntax
C++
OdDbPoint(); OdDbPoint(const OdGePoint3d& gePoint);
Parameters 
Description 
const OdGePoint3d& gePoint 
[in] WCS position for the point entity. 

Builds an instance of the point entity. 

 

Use the static pseudo-constructor instead it. See: Overview of Points

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