Author Topic: line type explode  (Read 1637 times)

0 Members and 1 Guest are viewing this topic.

dussla

  • Bull Frog
  • Posts: 297
line type explode
« on: September 22, 2008, 09:12:47 PM »
i made some line type .
but i  would like to expolde them  each polyline .
is there good know-how ?

Daniel J. Ellis

  • Swamp Rat
  • Posts: 811
Re: line type explode
« Reply #1 on: September 23, 2008, 08:41:27 AM »
I'm sure this can be done lisply, and fancy a project!

Broadly speaking, the routine needs to do the following:
  • read data.  Specifically to read the linetype definition and the line (and polyline) control points. Oh, and it'll need to read the linetype scale
  • multiply the linetype definition up to suit the original line
  • construction a series of entities as required[.li]
Sounds so simple when you put it like that ^_^

Out of interest, why are you trying to do this? I would have thought there was greater call for a routine doing the opposite!

===
DJE
===
dJE

dussla

  • Bull Frog
  • Posts: 297
Re: line type explode
« Reply #2 on: September 23, 2008, 08:49:45 PM »
danellis  thank you good answer
my purpose is to  to export 3d  and  2d  for color
so i use  boundary  command for distinguish  region
but  i didn't work  boundary command  in linetype drawing
can you understand ?
pls can you explain your work-process detaily ?