用ssget判断某个区域有没有直线
有没办法,用ssget判断某个区域有没有直线。我想这样写但不行。
(ssget "c" '((-4. "<AND") (0. "LINE")(polar '(0 0) (* 0.25 pi) 0.5)(polar '(0 0) (- 0 (* 0.25 pi)) 0.5) (-4. "AND>"))) (setq SS (ssget "c" (polar '(0 0) (* 0.25 pi) 0.5)
(polar '(0 0) (* 1.25 pi) 0.5)
'((0 . "LINE"))
)
) 谢谢龙版主。
页:
[1]