API Reference > OdGe Classes > OdGePoint3d Class > OdGePoint3d Methods > OdGePoint3d::project Method
OdGePoint3d::project Method
Syntax
C++
OdGePoint3d project(const OdGePlane& plane, const OdGeVector3d& vect) const;
Parameters 
Description 
const OdGePlane& plane 
[in] Plane on which this point is to be projected  
const OdGeVector3d& vect 
[in] Vector defining the projection direction. 

Projects this point onto the specified plane along the specified vector. 

 

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