Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
zecruel authored Nov 9, 2020
1 parent 4771691 commit 379ca8b
Show file tree
Hide file tree
Showing 2 changed files with 67 additions and 0 deletions.
31 changes: 31 additions & 0 deletions default.lin
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
;;
;; CadZinho Default Linetype Definition file
;;
;; Edit this file to auto load linetypes at
;; start-up or a new drawing, according your
;; preferences
;;
;;
*Border,____ . ____ ____ . ____ ____ . ____
A,.5,-.25,.5,-.25,0,-.25

*Center,____ _ ____ _ ____ _ ____ _ ____ _
A,1.25,-.25,.25,-.25

*Dashdot,____ . ____ . ____ . ____ . ____ .
A,.5,-.25,0,-.25

*Dashed,____ ____ ____ ____ ____ ____ ____
A,.5,-.25

*Divide,____ . . ____ . . ____ . . ____ . .
A,.5,-.25,0,-.25,0,-.25

*Dot,. . . . . . . . . . . . . . . . . .
A,0,-.25

*Hidden,__ __ __ __ __ __ __ __ __ __ __ __
A,.25,-.125

*Phantom,_____ _ _ _____ _ _ _____ _ _ _____
A,1.25,-.25,.25,-.25,.25,-.25
36 changes: 36 additions & 0 deletions extra.lin
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
;;
;; CadZinho Extra Linetype Definition file
;;
;; Edit this file to quick load linetypes at
;; Linetype manager, according your
;; preferences
;;


;; Complex linetypes
;;
;; These linetype definitions use LTYPESHP.SHX.
;;
*Fence_circle,----0-----0----0-----0----0-----0--
A,.25,-.1,[CIRC1,ltypeshp.shx,x=-.1,s=.1],-.1,1

*Fence_square,----[]-----[]----[]-----[]----[]---
A,.25,-.1,[BOX,ltypeshp.shx,x=-.1,s=.1],-.1,1

*Fence_X,----X-----X----X-----X----X-----X--
A,.25,-.1,["X",STANDARD,S=.1,R=0.0,X=-0.4,Y=-.05],-.1,1

*Tracks,-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-
A,.15,[TRACK1,ltypeshp.shx,s=.25],.15

*Batting,SSSSSSSSSSSSSSSSSSSSSS
A,.0001,-.1,[BAT,ltypeshp.shx,x=-.1,s=.1],-.2,[BAT,ltypeshp.shx,r=180,x=.1,s=.1],-.1

*Hot_water,---- HW ---- HW ---- HW ----
A,.5,-.2,["HW",STANDARD,S=.1,R=0.0,X=-0.1,Y=-.05],-.2

*Gas,----GAS----GAS----GAS----GAS--
A,.5,-.2,["GAS",STANDARD,S=.1,R=0.0,X=-0.1,Y=-.05],-.25

*Zigzag,/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\
A,.0001,-.2,[ZIG,ltypeshp.shx,x=-.2,s=.2],-.4,[ZIG,ltypeshp.shx,r=180,x=.2,s=.2],-.2

0 comments on commit 379ca8b

Please sign in to comment.