API Reference > OdDb Classes > OdDbRay Class > OdDbRay Methods > OdDbRay::setBasePoint Method
OdDbRay::setBasePoint Method
Syntax
C++
void setBasePoint(const OdGePoint3d& geBasePoint);
Parameters 
Description 
const OdGePoint3d& geBasePoint 
[in] Three-dimensional point instance to set the base point. 

Sets the base point of the from which the ray outs (DXF 10). The initial value is (0,0,0) by default. 

 

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