forked from zYg-sys/CadZinho
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
67 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |