Author Topic: GetCLosestPointTo  (Read 1539 times)

0 Members and 1 Guest are viewing this topic.

badjo_5

  • Mosquito
  • Posts: 18
GetCLosestPointTo
« on: September 11, 2020, 05:56:08 PM »
From Lee: http://www.theswamp.org/index.php?topic=42899.msg482410#msg482410

Is there something like vlax-curve-getclosestpointtoprojection for .Net?
3D poly with Nearest returns correct result (GetClosestPointTo), but without Osnap ...
« Last Edit: September 11, 2020, 06:02:33 PM by badjo_5 »

gile

  • Gator
  • Posts: 2507
  • Marseille, France
Re: GetCLosestPointTo
« Reply #1 on: September 12, 2020, 01:40:30 AM »
Hi,

The Curve.GetClosestPointTo is overloaded. This overload which takes a Vector3d as argument works the same as vlax-curve-getClosestPointToProjection.
Speaking English as a French Frog

badjo_5

  • Mosquito
  • Posts: 18
Re: GetCLosestPointTo
« Reply #2 on: September 12, 2020, 03:26:32 PM »
Don't ask google, Gile knows!!
 :yes: