Close

Relief for ODA Team in Ukraine

Learn more
ODA Kernel SDK
OdGeLinearEnt2d::getPerpLine Method
Syntax
C++
void getPerpLine(const OdGePoint2d& point, OdGeLine2d& perpLine) const;

Returns a reference to a 2D line perpendicular to this one, and passing through the specified point. 

 

Parameters
Description
point
[in] 2D point through which the perpendicular line passes.
perpLine
[out] Receives a reference to the perpendicular line.

It is up to the caller to delete the returned line.

Copyright © 2002-2022. Open Design Alliance All rights reserved.