API Reference > Other Classes > OdModelerTools Class > OdModelerTools Methods > getClosestPoints Method
getClosestPoints Method

This is the overview for the getClosestPoints method overload.

 
Name 
Description 
 
Calculates closest points on the given modeler geometry object (or its subentity) and the given curve. Matrix toWc defines transformations applied to modeler geometry object before calculations.
 
 
Calculates point on the given modeler geometry object (or its subentity) closest to the given point. Matrix toWc defines transformations applied to the modeler geometry object before calculations.
 
 
Calculates closest points on the given modeler geometry object (or its subentity) and the given wireframe (set of straight line segments). Wireframe is defined as set of points and array of pairs {(s0, e0),...,(sn, en)}, where si - index of start point of i-th wireframe edge, ei - index of end point of i-th wireframe edge. Matrix toWc defines transformations applied to the modeler geometry object before calculations.
 
 
Calculates closest points on the given modeler geometry objects or their subentities. Matrices toWc1, toWc2 define transformations applied to given objects before calculations.
 
Copyright © 2002–2021. Open Design Alliance. All rights reserved.