Author Topic: linetypes with nothing at each end  (Read 2679 times)

0 Members and 1 Guest are viewing this topic.

alanjt

  • Needs a day job
  • Posts: 5352
  • Standby for witty remark...
linetypes with nothing at each end
« on: February 17, 2014, 09:52:59 PM »
Is it possible to create a linetype (hidden for example), but at each end, it has nothing for a certain distance? I know you set the repeating pattern in a linetype definition, but is it possible to set a separate start and end position?
Civil 3D 2019 ~ Windohz 7 64bit
Dropbox

CAB

  • Global Moderator
  • Seagull
  • Posts: 10401
Re: linetypes with nothing at each end
« Reply #1 on: February 17, 2014, 11:13:49 PM »
From the Help
You can enter up to 12 dash-length specifications per linetype, provided they fit on one 80-character line in the LIN file. You need to include only one complete repetition of the linetype pattern defined by pattern descriptors. When the linetype is drawn, AutoCAD uses the first pattern descriptor for the starting and ending dashes. Between the starting and ending dashes, the pattern dash specifications are drawn sequentially, beginning with the second dash specification and restarting the pattern with the first dash specification when required.

So you could have a dot at the start & end.
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.

alanjt

  • Needs a day job
  • Posts: 5352
  • Standby for witty remark...
Re: linetypes with nothing at each end
« Reply #2 on: February 18, 2014, 11:32:49 PM »
I tried that route, and it displays well enough, but when you set a width to the pline, the dot is now a thin line. I tried having the linetype begin with nothing, but you have to at least being with a dot.

Here's what I had:
Code: [Select]
*PIPE-CENTER,Pipe Center . __ __ __ __ __ __ __ __ __ __ __ __ __ .
A,0,.25,-.125

I think I'm going to have to go back to trying to make a hatch pattern that will look as close to the hidden linetype as possible. I can almost accomplish what I want with ANSI34, but I'd like to see if I can get it a little closer to the Hidden linetype. This being said, is it possible to create a hatch pattern with a pattern where its' a space and then several lines together to appear as one thick line?

Thank you, Alan.
Civil 3D 2019 ~ Windohz 7 64bit
Dropbox

CAB

  • Global Moderator
  • Seagull
  • Posts: 10401
Re: linetypes with nothing at each end
« Reply #3 on: February 19, 2014, 09:19:15 AM »
I don't think the linetype is possible but you could offset the start/stop positions to get the gap but then modifying in the future leaves you dealing with the gap.
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.

alanjt

  • Needs a day job
  • Posts: 5352
  • Standby for witty remark...
Re: linetypes with nothing at each end
« Reply #4 on: February 19, 2014, 12:28:11 PM »
I don't think the linetype is possible but you could offset the start/stop positions to get the gap but then modifying in the future leaves you dealing with the gap.
Yeah, that won't work because it's built into a civil 3d pipe and I don't have that option. I'm going to try hatch.
Thanks, Alan.
Civil 3D 2019 ~ Windohz 7 64bit
Dropbox

LE3

  • Guest
Re: linetypes with nothing at each end
« Reply #5 on: February 19, 2014, 01:28:14 PM »
maybe... to play with a dynblock line with an array parameter -- who knows maybe (dash black line is a normal line linetype hidden2 - red line is the db):

alanjt

  • Needs a day job
  • Posts: 5352
  • Standby for witty remark...
Re: linetypes with nothing at each end
« Reply #6 on: February 19, 2014, 01:30:50 PM »
maybe... to play with a dynblock line with an array parameter -- who knows maybe (dash black line is a normal line linetype hidden2 - red line is the db):
Has to be a linetype (or hatch) to work within a civil 3d pipe.  :-(
Civil 3D 2019 ~ Windohz 7 64bit
Dropbox

CAB

  • Global Moderator
  • Seagull
  • Posts: 10401
Re: linetypes with nothing at each end
« Reply #7 on: February 19, 2014, 08:17:58 PM »
Nice Idea Lee  8)
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.

Kerry

  • Mesozoic relic
  • Seagull
  • Posts: 11654
  • class keyThumper<T>:ILazy<T>
Re: linetypes with nothing at each end
« Reply #8 on: February 19, 2014, 08:39:56 PM »
Nice Idea Lee  8)

For a moment I thought LE (Luis) had changed his name again.

« Last Edit: February 19, 2014, 08:44:26 PM by Kerry »
kdub, kdub_nz in other timelines.
Perfection is not optional.
Everything will work just as you expect it to, unless your expectations are incorrect.
Discipline: None at all.

LE3

  • Guest
Re: linetypes with nothing at each end
« Reply #9 on: February 19, 2014, 09:06:08 PM »
Nice Idea Lee  8)

For a moment I thought LE (Luis) had changed his name again.
Hehe....

CAB

  • Global Moderator
  • Seagull
  • Posts: 10401
Re: linetypes with nothing at each end
« Reply #10 on: February 19, 2014, 11:33:18 PM »
Oops.  Sorry Luis.
It was tough to keep up with all your personalities. 8)
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.

alanjt

  • Needs a day job
  • Posts: 5352
  • Standby for witty remark...
Re: linetypes with nothing at each end
« Reply #11 on: February 20, 2014, 10:38:54 AM »
Oops.  Sorry Luis.
It was tough to keep up with all your personalities. 8)
It's tough to keep up with a lot of the name and avatar changes.
Civil 3D 2019 ~ Windohz 7 64bit
Dropbox