- [font=Courier New](setq 3dPos(list XOrd YOrd ZOrd)[/font]
- [font=Courier New] exCir(vla-addCircle actSp [/font]
- [font=Courier New] (vlax-3d-Point startPt) [/font]
- [font=Courier New] (/ tube:Width 2)) [/font]
- [font=Courier New] inCir(vla-addCircle actSp [/font]
- [font=Courier New] (vlax-3d-Point startPt) [/font]
- [font=Courier New] (/ tube:Height 2)) [/font]
- [font=Courier New] ); end setq [/font]
-------------------------------------------------------
我在vlisp中找不到替换-addCircle的术语(例如-addRectangle,所以例程绘制要拉伸的矩形,而不是绘制圆形)。
非常感谢您的任何建议。
干杯