Author Topic: Create a linetype  (Read 4220 times)

0 Members and 1 Guest are viewing this topic.

Fabricio28

  • Swamp Rat
  • Posts: 670
Create a linetype
« on: October 14, 2015, 11:27:51 AM »
Hi guys,

I'm trying to create a custom linetype. But I don't know how to do that.

I'm attaching a dwg example.

Thank in advance

Rob...

  • King Gator
  • Posts: 3824
  • Take a little time to stop and smell the roses.
Re: Create a linetype
« Reply #1 on: October 14, 2015, 11:32:22 AM »
There is a nice linetype generator around here somewhere.
CAD Tech

CAB

  • Global Moderator
  • Seagull
  • Posts: 10401
Re: Create a linetype
« Reply #2 on: October 14, 2015, 11:45:54 AM »
-----------   Line Type Loader /  Maker  ----------------
http://www.theswamp.org/index.php?topic=23888.0  LineType Loader by CAB - function to load a list of linetypes
http://www.theswamp.org/index.php?topic=31115.0 Advanced Linetype Loader  by Lee Mac
http://www.theswamp.org/index.php?topic=21339.msg258481#msg258481  LineType maker by RonJ
I've reached the age where the happy hour is a nap. (°¿°)
Windows 10 core i7 4790k 4Ghz 32GB GTX 970
Please support this web site.

mjfarrell

  • Seagull
  • Posts: 14444
  • Every Student their own Lesson
Re: Create a linetype
« Reply #3 on: October 14, 2015, 11:47:58 AM »
AutoCAD Express Tools to be installed. On the Express Tools tab of the Ribbon, expand the Tools panel to find the Make Linetype and Make Shape buttons.
Be your Best


Michael Farrell
http://primeservicesglobal.com/

Fabricio28

  • Swamp Rat
  • Posts: 670
Re: Create a linetype
« Reply #4 on: October 14, 2015, 12:35:53 PM »
Guys,
Thank very much for replay.

AutoCAD Express Tools to be installed. On the Express Tools tab of the Ribbon, expand the Tools panel to find the Make Linetype and Make Shape buttons.

It's good.  :-D

But I'd like make  something more specific. Start and End point with 1.0 and Gap with 6.0. Is it possible?
Just like the example.

Regards

ronjonp

  • Needs a day job
  • Posts: 7529
Re: Create a linetype
« Reply #5 on: October 14, 2015, 01:55:18 PM »
The distance is dependent on your ltscale setting. If it's set to 1, then the following simple linetype should work:
Quote
*FOO,FOO_    _    _    _    _
A,1.0,-6.0

Windows 11 x64 - AutoCAD /C3D 2023

Custom Build PC

Fabricio28

  • Swamp Rat
  • Posts: 670
Re: Create a linetype
« Reply #6 on: October 14, 2015, 02:02:39 PM »
The distance is dependent on your ltscale setting. If it's set to 1, then the following simple linetype should work:
Quote
*FOO,FOO_    _    _    _    _
A,1.0,-6.0

Thank you Ron,
But I have to change the linetype scale to 10.0 to work fine!

How Can I set the scale from the file?

ronjonp

  • Needs a day job
  • Posts: 7529
Re: Create a linetype
« Reply #7 on: October 14, 2015, 02:14:27 PM »
The distance is dependent on your ltscale setting. If it's set to 1, then the following simple linetype should work:
Quote
*FOO,FOO_    _    _    _    _
A,1.0,-6.0

Thank you Ron,
But I have to change the linetype scale to 10.0 to work fine!

How Can I set the scale from the file?


Your drawing has an ltscale of 0.1 so multiple the -6.0 * 10 & an object ltcale of 1 should work.

Windows 11 x64 - AutoCAD /C3D 2023

Custom Build PC

mjfarrell

  • Seagull
  • Posts: 14444
  • Every Student their own Lesson
Re: Create a linetype
« Reply #8 on: October 14, 2015, 02:16:01 PM »
or look into CELTSCALE
Be your Best


Michael Farrell
http://primeservicesglobal.com/

Fabricio28

  • Swamp Rat
  • Posts: 670
Re: Create a linetype
« Reply #9 on: October 14, 2015, 02:17:51 PM »
The distance is dependent on your ltscale setting. If it's set to 1, then the following simple linetype should work:
Quote
*FOO,FOO_    _    _    _    _
A,1.0,-6.0

Thank you Ron,
But I have to change the linetype scale to 10.0 to work fine!

How Can I set the scale from the file?


Your drawing has an ltscale of 0.1 so multiple the -6.0 * 10 & an object ltcale of 1 should work.

Thank Ron!!
Perfect my friend :)

Fabricio28

  • Swamp Rat
  • Posts: 670
Re: Create a linetype
« Reply #10 on: October 14, 2015, 02:18:42 PM »
or look into CELTSCALE

Hi mjfarrell

I've changed CELTSCALE to 10.0.  :-D

Thank you

mjfarrell

  • Seagull
  • Posts: 14444
  • Every Student their own Lesson
Re: Create a linetype
« Reply #11 on: October 14, 2015, 04:04:10 PM »
one could also set the layer that uses this linetype to the desired scale and leave CELTSCALE alone...
Be your Best


Michael Farrell
http://primeservicesglobal.com/

CHulse

  • Swamp Rat
  • Posts: 504
Re: Create a linetype
« Reply #12 on: October 15, 2015, 11:55:56 AM »
one could also set the layer that uses this linetype to the desired scale and leave CELTSCALE alone...

Am I reading this right? Is it possible to set LTSCALE by layer? If so, I didn’t know that was possible.
Or do you just mean select all the objects on the layer and change their linetype scale?
Cary Hulse
Urban Forestry Manager
Wetland Studies and Solutions

Civil 3D 2020 & 2023

mjfarrell

  • Seagull
  • Posts: 14444
  • Every Student their own Lesson
Re: Create a linetype
« Reply #13 on: October 15, 2015, 12:04:27 PM »
within Civil3d Object styles one can set ltscale by layer
Be your Best


Michael Farrell
http://primeservicesglobal.com/

CHulse

  • Swamp Rat
  • Posts: 504
Re: Create a linetype
« Reply #14 on: October 15, 2015, 02:06:07 PM »
within Civil3d Object styles one can set ltscale by layer

Thanks. I'll look for that.
Cary Hulse
Urban Forestry Manager
Wetland Studies and Solutions

Civil 3D 2020 & 2023