如何获取点到曲线的垂足点?
请问如何获取点到曲线的所有垂足点列表??????有现成的函数吗? 我也想知道 (defun GetPerPoint (en pt / PtonCurve)<br/> (vl-load-com)<br/> (setq PtonCurve (vlax-curve-getClosestPointTo en pt nil))<br/>) <p>vlax-curve-getClosestPointTo :返回曲线上离指定点最近的点(在 WCS 上)</p><p>达不到我的目的啊</p> 可以用osnap函数
页:
[1]