Close

Relief for ODA Team in Ukraine

Learn more
ODA Kernel SDK
OdGeMatrix3d::convertToLocal Method
Syntax
C++
OdGeMatrix2d convertToLocal(OdGeVector3d& normal, double& elevation) const;

Returns the matrix which transforms the plane specified by a normal and an elevation. 

 

Parameters
Description
normal
[in/out] Normal to the plane.
elevation
[in/out] Elevation of the plane.

Transformation matrix.

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-2022. Open Design Alliance All rights reserved.