- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I was hoping for an easy button today. At the bottom of this post will be what I am trying to accomplish.
1, I need a lsp that finds all objects that linetype is set to other than bylayer.
2. See's what color and lintype are being used
3. Creates a layer that by the linetype name and color.
4. moves objects to those layers.
Typical object property I will want changed.
layer g-equip
color by layer (green. magenta, yellow, 8)
linetype (dashed, hidden, hidden2)
if it found as an example
g-equip with a linetype of hidden with a layer color of green.
it would move all object to a layer it created of
hidden-green
that layer would have the linetype set to hidden. All other properties don't matter.
The reason I need this is for Revit.
I've been tasked to move several 100 details to revit. Part of the move is all traces of autocad gets removed. When you import the dwg's partial explode you lose the linetype if it was set to anything but bylayer.
Solved! Go to Solution.