马上注册,结交更多好友,享用更多功能,让你轻松玩转社区。
您需要 登录 才可以下载或查看,没有帐号?立即注册
x
本帖最后由 Lispboy 于 2019-1-7 18:16 编辑
 - (defun c:xdtb_menu_curveedit ()
- (XD::ODCL:MENU
- 1
- '(" 曲线线工具集 " 240 360 3 70 24 8 20000)
- '(
- ("button" "消除重线" "_xdtb_curveremovedup")
- ("button" "曲线布尔" "_curve_boole")
- ("button" "曲线要素" "_xdtb_curveys")
- ("button" "曲线方向" "_XDTB_CurveDirec")
- ("button" "局部曲线" "_XDTB_CurveSub")
- ("button" "定距伸缩" "_XDTB_CurveDJYS")
- ("button" "加粗曲线" "_plw_match")
- ("button" "局部加粗" "_XDTB_CurveSubJc")
- ("button" "多重偏移" "XDTB_CurveOffset")
- ("button" "局部偏移" "_XDTB_CurveSubOffset")
- ("button" "三线切弧" "_XDTB_Crv3TArc")
- ("button" "圆公切线" "_XDTB_Cir2Tan")
- ("button" "曲线断开" "_XDTB_mbrk")
- ("button" "交点断开" "_curve_intbrk")
- ("button" "封闭曲线" "_curve_setclosed")
- ("splitter" "" "")
- ("button" "3D转2D线" "_XDTB_3DPL2LW")
- ("button" "曲线转向" "_XDTB_reverse")
- ("button" "曲线转换" "_XDTB_CurveConvert")
- ("button" "曲线变折" "_XDTB_CIR2JX")
- ("button" "折线转弧" "_XDTB_JX2ARC")
- ("button" "转 SPL圆" "_XDTB_SPL2CIR")
- ("button" "POLY互转" "_XDTB_convert")
- ("button" "曲线倒角" "_XDTB_PLineFillet")
- ("button" "等分开口" "_XDTB_CurveDivBrkGap")
- ("button" "转铁路线" "_XDTB_Curve2TailRoad")
- ("button" "删超短线" "_XDTB_CurveDelSL")
- ("button" "域外TRIM" "_curve_trim")
- ("button" "绘中轴线" "_dline_midx")
- ("button" "等距连线" "_curve_lx")
- )
- )
- (princ)
- )
|