API Reference > OdGe Classes > OdGeMatrix3d Class > OdGeMatrix3d Methods > OdGeMatrix3d::convertToLocal Method
OdGeMatrix3d::convertToLocal Method
Syntax
C++
OdGeMatrix2d convertToLocal(OdGeVector3d& normal, double& elevation) const;
Parameters 
Description 
OdGeVector3d& normal 
[in/out] Normal to the plane.  
double& elevation 
[in/out] Elevation of the plane. 

Transforms the plane specified by a normal and an elevation.

Returns the normal and elevation of the transformed plane, as well as a 2D transformation matrix for transforming points in the original plane coordinates to the transformed plane coordinates. 

 

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