API Reference > OdGe Classes > OdGeVector3d Class > OdGeVector3d Methods > OdGeVector3d::angleOnPlane Method
OdGeVector3d::angleOnPlane Method
Syntax
C++
double angleOnPlane(const OdGePlanarEnt& plane) const;
Parameters 
Description 
const OdGePlanarEnt& plane 
[in] Any 3D plane. 

Returns the angle of this vector projected onto the specified plane 

 

This vector is projected orthogonally onto the plane through its origin, and is measured with respect to axis1 as returned by 

plane.getCoordSystem(origin, axis1, axis2)

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