返回曲线的端点(按 WCS 表示)
(vlax-curve-getEndPoint curve-obj)
参数
curve-obj
要测量的 VLA 对象。
返回值
如果成功则返回表示端点的三维点表,否则返回 nil。
示例
获取 vlax-curve-getArea 样例中椭圆的端点:
_$ (vlax-curve-getEndPoint ellipseObj)
(2.0 2.0 0.0)
明经通道 版权所有 未经许可 不得传播