红笺 发表于 2006-1-21 12:32:00

如何增加线型

<P>谁有总图中实体围墙的线型呀?或者怎么重新设计新的线型并添加到线型中?</P>

kepeng100 发表于 2006-1-21 15:42:00

<P>这个问题太深奥了,基础应用里面可能没人能回答这么困的喽!!!!!</P>

野人 发表于 2006-1-21 20:05:00

<P>简单线型可以用-linetype命令创建,但必须按其格式定义;复杂线型要用到shape(形),关于形的定义相对复杂,楼主如果急需此线型,可以其样例以抓图的形式传上来,我可以给你定义一个.</P>

红笺 发表于 2006-1-22 12:40:00

<P>谢谢野人:)</P>
<P>线型很简单,但我不会做:)劳您大驾啦!可我不会“抓图”,能告诉我吗?<BR></P>
<P>&nbsp;</P>

野人 发表于 2006-1-22 16:00:00

<P>用"print screen"键将屏幕拷下来,再上传上来就行了.或者你说下你的线型长什么样吧</P>

Joseflin 发表于 2006-1-24 17:01:00

<P>《怎么重新设计新的线型并添加到线型中?》</P>
<P>1.将新线型加到acad.lin或acadiso.lin中。</P>
<P>2.新写一个****.lin档(以文书程式编写)。如:</P>
<P>;;<BR>;;&nbsp; AutoCAD Linetype Definition file<BR>;;&nbsp; Version 2.0<BR>;;&nbsp; Copyright 1991, 1992, 1993, 1994, 1996 by Autodesk, Inc.<BR>;;<BR>*BORDER,Border __ __ . __ __ . __ __ . __ __ . __ __ .<BR>A,.5,-.25,.5,-.25,0,-.25<BR>*BORDER2,Border (.5x) __.__.__.__.__.__.__.__.__.__.__.<BR>A,.25,-.125,.25,-.125,0,-.125<BR>*BORDERX2,Border (2x) ____&nbsp; ____&nbsp; .&nbsp; ____&nbsp; ____&nbsp; .&nbsp; ___<BR>A,1.0,-.5,1.0,-.5,0,-.5</P>
<P>*CENTER,Center ____ _ ____ _ ____ _ ____ _ ____ _ ____<BR>A,1.25,-.25,.25,-.25<BR>*CENTER2,Center (.5x) ___ _ ___ _ ___ _ ___ _ ___ _ ___<BR>A,.75,-.125,.125,-.125<BR>*CENTERX2,Center (2x) ________&nbsp; __&nbsp; ________&nbsp; __&nbsp; _____<BR>A,2.5,-.5,.5,-.5</P>
<P>*DASHDOT,Dash dot __ . __ . __ . __ . __ . __ . __ . __<BR>A,.5,-.25,0,-.25<BR>*DASHDOT2,Dash dot (.5x) _._._._._._._._._._._._._._._.<BR>A,.25,-.125,0,-.125<BR>*DASHDOTX2,Dash dot (2x) ____&nbsp; .&nbsp; ____&nbsp; .&nbsp; ____&nbsp; .&nbsp; ___<BR>A,1.0,-.5,0,-.5</P>
<P>*DASHED,Dashed __ __ __ __ __ __ __ __ __ __ __ __ __ _<BR>A,.5,-.25<BR>*DASHED2,Dashed (.5x) _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ <BR>A,.25,-.125<BR>*DASHEDX2,Dashed (2x) ____&nbsp; ____&nbsp; ____&nbsp; ____&nbsp; ____&nbsp; ___<BR>A,1.0,-.5</P>
<P>*DIVIDE,Divide ____ . . ____ . . ____ . . ____ . . ____<BR>A,.5,-.25,0,-.25,0,-.25<BR>*DIVIDE2,Divide (.5x) __..__..__..__..__..__..__..__.._<BR>A,.25,-.125,0,-.125,0,-.125<BR>*DIVIDEX2,Divide (2x) ________&nbsp; .&nbsp; .&nbsp; ________&nbsp; .&nbsp; .&nbsp; _<BR>A,1.0,-.5,0,-.5,0,-.5</P>
<P>*DOT,Dot . . . . . . . . . . . . . . . . . . . . . . . .<BR>A,0,-.25<BR>*DOT2,Dot (.5x) ........................................<BR>A,0,-.125<BR>*DOTX2,Dot (2x) .&nbsp; .&nbsp; .&nbsp; .&nbsp; .&nbsp; .&nbsp; .&nbsp; .&nbsp; .&nbsp; .&nbsp; .&nbsp; .&nbsp; .&nbsp; .<BR>A,0,-.5</P>
<P>*HIDDEN,Hidden __ __ __ __ __ __ __ __ __ __ __ __ __ __<BR>A,.25,-.125<BR>*HIDDEN2,Hidden (.5x) _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ <BR>A,.125,-.0625<BR>*HIDDENX2,Hidden (2x) ____ ____ ____ ____ ____ ____ ____ <BR>A,.5,-.25</P>
<P>*PHANTOM,Phantom ______&nbsp; __&nbsp; __&nbsp; ______&nbsp; __&nbsp; __&nbsp; ______ <BR>A,1.25,-.25,.25,-.25,.25,-.25<BR>*PHANTOM2,Phantom (.5x) ___ _ _ ___ _ _ ___ _ _ ___ _ _<BR>A,.625,-.125,.125,-.125,.125,-.125<BR>*PHANTOMX2,Phantom (2x) ____________&nbsp;&nbsp;&nbsp; ____&nbsp;&nbsp;&nbsp; ____&nbsp;&nbsp; _<BR>A,2.5,-.5,.5,-.5,.5,-.5</P>
<P>;;<BR>;;&nbsp; ISO 128 (ISO/DIS 12011) linetypes<BR>;;<BR>;;&nbsp; The size of the line segments for each defined ISO line, is <BR>;;&nbsp; defined for an usage with a pen width of 1 mm. To use them with <BR>;;&nbsp; the other ISO predefined pen widths, the line has to be scaled <BR>;;&nbsp; with the appropriate value (e.g. pen width 0,5 mm -&gt; ltscale 0.5).<BR>;;<BR>*ACAD_ISO02W100,ISO dash __ __ __ __ __ __ __ __ __ __ __ __ __<BR>A,12,-3<BR>*ACAD_ISO03W100,ISO dash space __&nbsp;&nbsp;&nbsp; __&nbsp;&nbsp;&nbsp; __&nbsp;&nbsp;&nbsp; __&nbsp;&nbsp;&nbsp; __&nbsp;&nbsp;&nbsp; __<BR>A,12,-18<BR>*ACAD_ISO04W100,ISO long-dash dot ____ . ____ . ____ . ____ . _<BR>A,24,-3,0,-3<BR>*ACAD_ISO05W100,ISO long-dash double-dot ____ .. ____ .. ____ . <BR>A,24,-3,0,-3,0,-3<BR>*ACAD_ISO06W100,ISO long-dash triple-dot ____ ... ____ ... ____<BR>A,24,-3,0,-3,0,-3,0,-3<BR>*ACAD_ISO07W100,ISO dot . . . . . . . . . . . . . . . . . . . . <BR>A,0,-3<BR>*ACAD_ISO08W100,ISO long-dash short-dash ____ __ ____ __ ____ _<BR>A,24,-3,6,-3<BR>*ACAD_ISO09W100,ISO long-dash double-short-dash ____ __ __ ____<BR>A,24,-3,6,-3,6,-3<BR>*ACAD_ISO10W100,ISO dash dot __ . __ . __ . __ . __ . __ . __ . <BR>A,12,-3,0,-3<BR>*ACAD_ISO11W100,ISO double-dash dot __ __ . __ __ . __ __ . __ _<BR>A,12,-3,12,-3,0,-3<BR>*ACAD_ISO12W100,ISO dash double-dot __ . . __ . . __ . . __ . . <BR>A,12,-3,0,-3,0,-3<BR>*ACAD_ISO13W100,ISO double-dash double-dot __ __ . . __ __ . . _<BR>A,12,-3,12,-3,0,-3,0,-3<BR>*ACAD_ISO14W100,ISO dash triple-dot __ . . . __ . . . __ . . . _<BR>A,12,-3,0,-3,0,-3,0,-3<BR>*ACAD_ISO15W100,ISO double-dash triple-dot __ __ . . . __ __ . .<BR>A,12,-3,12,-3,0,-3,0,-3,0,-3</P>
<P>;;&nbsp; Complex linetypes<BR>;;<BR>;;&nbsp; Complex linetypes have been added to this file.<BR>;;&nbsp; These linetypes were defined in LTYPESHP.LIN in<BR>;;&nbsp; Release 13, and are incorporated in ACAD.LIN in<BR>;;&nbsp; Release 14.<BR>;;&nbsp; <BR>;;&nbsp; These linetype definitions use LTYPESHP.SHX.<BR>;;<BR>*FENCELINE1,Fenceline circle ----0-----0----0-----0----0-----0--<BR>A,.25,-.1,,-.1,1<BR>*FENCELINE2,Fenceline square ----[]-----[]----[]-----[]----[]---<BR>A,.25,-.1,,-.1,1<BR>*TRACKS,Tracks -|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-|-<BR>A,.15,,.15<BR>*BATTING,Batting SSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSS<BR>A,.0001,-.1,,-.2,,-.1<BR>*HOT_WATER_SUPPLY,Hot water supply ---- HW ---- HW ---- HW ----<BR>A,.5,-.2,["HW",STANDARD,S=.1,R=0.0,X=-0.1,Y=-.05],-.2<BR>*GAS_LINE,Gas line ----GAS----GAS----GAS----GAS----GAS----GAS--<BR>A,.5,-.2,["GAS",STANDARD,S=.1,R=0.0,X=-0.1,Y=-.05],-.25<BR>*ZIGZAG,Zig zag /\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/<BR>A,.0001,-.2,,-.4,,-.2</P>
<P><BR>&nbsp;</P>

红笺 发表于 2006-1-26 23:03:00

[LISP]

野人发表于2006-1-22 16:00:00static/image/common/back.gif
用\"print screen\"键将屏幕拷下来,再上传上来就行了.或者你说下你的线型长什么样吧


<P><BR></P>
<P>就是这个样子,请您帮忙啦:)谢谢!</P>

红笺 发表于 2006-1-26 23:07:00

谢谢<A name=81331><FONT color=#990000><B>Joseflin</B></FONT></A>,您说的程序,不会编呢,谢谢!

s9340372 发表于 2006-1-27 11:33:00

说下你的线型长什么样吧

s9340372 发表于 2006-1-27 11:33:00

说下你的线型长什么样吧
页: [1] 2
查看完整版本: 如何增加线型