Curly Bracket
Does anyone have a dynamic block of a curly bracket that you can scale or stretch?Just curious as to what's out there already.(Just getting into dynamic blocks now) Here you go!
LEFT {
RIGHT}
What in the hell is a curly bracket?!? I've got a Lisp that'll draw curly brackets if that helps. Should I post it up?
That's it.I don't know the proper name for them.
Never mind.I don't think the result I'm after would be easy to accomplish.
I don't see why not. I removed some functionality with scaling based on a titleblock, and some layer settings. Other than that here ya go.
;bracket.lsp
;Created for G.E.I.S. by P.R. Donnelly
;Date: Sept of 2002
;Description: Creates brackets for text and such...
;Edit: 09-17-08 - Removed titleblock scaling for M-dub
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
; ___ ;;;;;;;;;;;;;;;;;;
; (___)_ ;;;;;;;;;;;;;;;;;;
; |"\ ;;;;;;;;;;;;;;;;;;
; (, .) Pat da Rat ;;;;;;;;;;;;;;;;;;
; |__| ;;;;;;;;;;;;;;;;;;
; |\___| ;;;;;;;;;;;;;;;;;;
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
(defun dtr (A)
(* pi (/ A 180.0)))
(defun c:bracket2 ()
(setq oldplinew (getvar "plinewid"))
(setvar "plinewid" 0)
(setq oldlay (getvar "clayer"))
(setq wutscale 0.125); Thanks Deeg! Using it for One-Line's? That's what I created it for.
Not right now, but yes, we use them for that as well. Cool. Glad to be of service.
页:
[1]
2