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. 

 

Example of Working with the Ray Object 

Specific Ray Properties 

OdDbRay::basePoint() method

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