Author Topic: Another Linetype  (Read 4508 times)

0 Members and 1 Guest are viewing this topic.

POCKETS

  • Guest
Another Linetype
« on: October 13, 2008, 05:02:34 PM »
Cab, Ronjomp,
If I could, again, ask a favor.  I would like a linetype with a continuous line with solid circles at given intervals.  ----o----o----
Thanking you in advance, I am
Pockets

ronjonp

  • Needs a day job
  • Posts: 7529
Re: Another Linetype
« Reply #1 on: October 13, 2008, 05:15:07 PM »
Like this?

*O, ---- O ----
A,.5,-.2,["O",Standard,S=.125,R=0.0,X=-0.1,Y=-.05],-.15


Windows 11 x64 - AutoCAD /C3D 2023

Custom Build PC

Gliderider

  • Guest
Re: Another Linetype
« Reply #2 on: October 13, 2008, 05:34:03 PM »
I hope I'm not stepping on any toes...
This will give you solid circles; you need to have a textstyle named Arial using the arial.ttf font file, height=0
Code: [Select]
*DOTS,Dots .___.___.___.___.___
A,.5,-.025,["\U+25CF",ARIAL,S=.1,R=0,X=0,Y=-.045],-.1
« Last Edit: October 13, 2008, 05:44:11 PM by lpseifert »

POCKETS

  • Guest
Re: Another Linetype
« Reply #3 on: October 13, 2008, 05:43:27 PM »
Ronjomp,
Thanks. Almost.  I would like solid circles and no space between the circles.


Lpseifert,
I am not allowed to use the Ariel font but thanks anyway.

ronjonp

  • Needs a day job
  • Posts: 7529
Re: Another Linetype
« Reply #4 on: October 13, 2008, 06:23:15 PM »
Not completely solid...but closer:

*Wheee,--o--
A,.189743,-.000569,["o",Standard,y=-.038774,s=.1125],-.009375,["o",Standard,y=-.02889,s=.084375],-.007031,["o",Standard,y=-.022123,s=.063281],-.005273,["o",Standard,y=-.016202,s=.047461],-.003955,["o",Standard,y=-.012259,s=.035596],
-.002966,["o",Standard,y=-.009203,s=.026697],-.046888,.189743

btw...that was created with the express tool MKLTYPE.
« Last Edit: October 13, 2008, 06:26:17 PM by ronjonp »

Windows 11 x64 - AutoCAD /C3D 2023

Custom Build PC

POCKETS

  • Guest
Re: Another Linetype
« Reply #5 on: October 14, 2008, 08:14:26 AM »
Ronjonp,
Thank you

CAB

  • Global Moderator
  • Seagull
  • Posts: 10401
Re: Another Linetype
« Reply #6 on: October 14, 2008, 09:38:17 AM »
I would have opted for a SHAPE. Way to think outside the box there Ron.
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.

ronjonp

  • Needs a day job
  • Posts: 7529
Re: Another Linetype
« Reply #7 on: October 14, 2008, 10:19:23 AM »
I would have opted for a SHAPE. Way to think outside the box there Ron.

Thanks CAB  8-)

Windows 11 x64 - AutoCAD /C3D 2023

Custom Build PC

ronjonp

  • Needs a day job
  • Posts: 7529
Re: Another Linetype
« Reply #8 on: October 14, 2008, 10:27:04 AM »
Here's another version Pockets:

*Snowflake,---*---
A,.5,-.000191,["x",Standard,y=-.015397,s=.125,r=315],-.011157,["x",Standard,y=.041001,s=.125,r=270],-.020833,["x",Standard,y=-.063166,s=.125],-.026935,["x",Standard,y=.072991,s=.125,r=225],-.029463,["x",Standard,y=-.074323,s=.125,r=45],
-.026935,["x",Standard,y=.061834,s=.125,r=180],-.020833,["x",Standard,y=-.042333,s=.125,r=90],-.01053,.000627,["x",Standard,y=.014065,s=.125,r=135],.499373


Windows 11 x64 - AutoCAD /C3D 2023

Custom Build PC

POCKETS

  • Guest
Re: Another Linetype
« Reply #9 on: October 14, 2008, 11:09:02 AM »
Ronjonp,
I like snowflakes Thanks

CAB

  • Global Moderator
  • Seagull
  • Posts: 10401
Re: Another Linetype
« Reply #10 on: October 14, 2008, 11:20:43 AM »
The nice thing about using Characters and not Shapes is that you don't have to send the shape files when sending the DWG file.

Problem with characters is that if someone has a differant font for STANDARD text style you can get some unexpected linetypes.

So each has its advantages & disadvantages.
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.

Matt__W

  • Seagull
  • Posts: 12955
  • I like my water diluted.
Re: Another Linetype
« Reply #11 on: October 14, 2008, 11:21:30 AM »
Ronjonp,
I like snowflakes Thanks
Who doesn't??!?   :-)
Autodesk Expert Elite
Revit Subject Matter Expert (SME)
Owner/FAA sUAS Pilot @ http://skyviz.io

ronjonp

  • Needs a day job
  • Posts: 7529
Re: Another Linetype
« Reply #12 on: October 14, 2008, 11:27:53 AM »
On another topic...do any of you have something that will strip out not found shape files for linetypes or know how to suppress the message on drawing startup? I have so many projects where shape files are missing...that's why I've gone away from using them in linetypes.

Ron

Windows 11 x64 - AutoCAD /C3D 2023

Custom Build PC

CAB

  • Global Moderator
  • Seagull
  • Posts: 10401
Re: Another Linetype
« Reply #13 on: October 14, 2008, 11:32:23 AM »
Maybe this:
Code: [Select]
;;;-------------------- START OF FILE ------------------------
;;;  source
;;;  http://usa.autodesk.com/adsk/servlet/ps/item?siteID=123112&id=2896848&linkID=2475323
;;;--------------------------------------------------------------------------;

;;; DESCRIPTION
;;; This routine deletes all shapes in the drawing
;;; that do not have a file definition.
;;;
;;; RUN
;;; -load this file and run the new command DELSHAPE
;;;--------------------------------------------------------------------------;

Link no longer valid, try this one.
DelShape.lsp
« Last Edit: October 14, 2008, 11:39:23 AM by CAB »
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.

ronjonp

  • Needs a day job
  • Posts: 7529
Re: Another Linetype
« Reply #14 on: October 14, 2008, 11:57:56 AM »
Thanks CAB...I'll give it a whirl.

Windows 11 x64 - AutoCAD /C3D 2023

Custom Build PC