Close

Relief for ODA Team in Ukraine

Learn more
ODA Drawings SDK
OdDbMline::getClosestPointTo Method (const OdGePoint3d &, OdGePoint3d&, bool, bool)
Syntax
C++
OdResult getClosestPointTo(const OdGePoint3d & pt, OdGePoint3d& ptOut, bool bExtend, bool bExcludeCaps = false) const;

Finds closest point to this Mline object.

Parameters
Description
pt
[in] Input point.
ptOut
[out] Output point.
bExtend
[in] Virtually extends Mline geometry.
bExcludeCaps
[in] Excludes Mline start/end caps and joints.
Copyright © 2002-2022. Open Design Alliance All rights reserved.