Community
AutoCAD Forum
cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Line types not showing correctly

5 REPLIES 5
Reply
Message 1 of 6
Anonymous
372 Views, 5 Replies

Line types not showing correctly

Hello all,

 

This is my first post here.

 

I'm getting back into AutoCad after a few years away (My last experience was with 2008, so a few years ago).

 

I'm trying to create some custom linetypes.

To start with it is a line with a one metre line, one metre gap, one metre line

*_Test,Test _ _ _ _ _
A, 1, -1, 1

 

For some reason when I draw it the line appears as 2 metre. I've checked the overall linetype scale as well as the individual linetype scale and both are set to 1.

Changing the linetype scale to 0.5 results in the correct line length.

 

Am I missing something?

Labels (3)
5 REPLIES 5
Message 2 of 6
pendean
in reply to: Anonymous

How far away from "1" in your code are you after drawing the line?
Where did you come up with " 2metre" from? "appears" is not as accurate as using DIST command to find out for sure.
is your DWG file set to meters? Find out with -DWGUNITS command (there is a dash in the name)?

Can you share your DWG file with your linetype drawn in it here?

What are your settings for LTSCALE (you wrote you changed it to 0.5, is that from 1?), MSLTSCALE, PSLTSCALE, CELTSCALE and CANNOSCALE variables please?
Message 3 of 6
Anonymous
in reply to: pendean

Hello,

 

Thanks for the quick response. Yes I can share the file.

 

The various scales are set to 1.

When I change the LTscale (either overall or line specific) to 0.5 the dash then comes out at the correct length.

 

Message 4 of 6
Patchy
in reply to: Anonymous

How about:

*_Test,Test _ _ _ _ _

A, 1.0, -.5

Message 5 of 6
Anonymous
in reply to: Patchy

From what I understand, this would change the space to half a metre?

 

My issue is that although my linetype file should create a line with a metre dash and metre space, the line is produces has a 2m dash and one metre space.

Message 6 of 6
Kent1Cooper
in reply to: Anonymous

The full cycle is just the dash and the gap.  Don't add another dash after the gap -- the next dash will be the beginning of the repeat of the cycle.

 

*_Test,Test _ _ _ _ _
A, 1, -1

Kent Cooper, AIA

Can't find what you're looking for? Ask the community or share your knowledge.

Post to forums  

Technology Administrators


Autodesk Design & Make Report