vlax-curve-getParamAtPoint (AutoLISP/ActiveX)
返回该点处曲线的参数 支持的平台:仅限 Windows;在 Mac OS 或 Web 上不可用 签名(vlax-curve-getParamAtPoint curve-obj point)
返回值类型:真实或无 表示参数的数字(如果成功);否则。nil 例子假设指向示例中所示的椭圆,将 OSNAP 设置为相切,并选择直线与椭圆相切的点:ellipseObjvlax-curve-getArea (setq selPt (getpoint)) (7.55765 5.55066 0.0) 获取所选点的参数值: (vlax-curve-getParamAtPoint ellipseObj selPt) 4.58296 相关参考 |
|Archiver|CAD开发者社区 ( 苏ICP备2022047690号-1 苏公网安备32011402011833)
GMT+8, 2024-12-15 11:26
Powered by Discuz! X3.4
Copyright © 2001-2021, Tencent Cloud.