Starting in December, we will archive content from the community that is 10 years and older. This FAQ provides more information.
Hello,
is it possible to show different 3D Polyline linetypes in AutoCAD Map 3D or in plain AutoCAD. I can't get them to show, and it seems a bit odd if this is not possible... Also I can't find anything clear on this subject on net.
Solved! Go to Solution.
Solved by O_Eckmann. Go to Solution.
AutiCAD does not display linetypes for 3D polylines.
Of course, it 's weird, but it 's, alas, it is.
You can use linetypes in Map 3D in sdf.
It seems that special linetypes can be used in 3D Civil objects in dwg.
But they will not be visible if you open such dwg in normal AutoCAD.
While AutoCAD won't display linetypes on 3DPoly's it can store the designation. So what I used to do was make all the assignments, then right before plotting:
Sad that it was almost 30 years ago and it's still that way. How much blue theme would you give up for some useful functionality?
Hi,
I've written a plugin to show linetype on 3D poly. I join DLL to load with NETLOAD command
Once it's loaded, you have 2 commands :
LINTYPP3DON to show linetype
LINTYPP3DOFF to show standard AutoCAD display (linetype not shown)
Olivier
Olivier Eckmann
Nice,
I am familiar with .Net API for AutoCAD. Could you tell me a bit about your code, it sounds interesting. Didn't occurred to me to follow that approach 😄
Hi,
It's an overrulle on worlddraw to redraw each segment as line instead of drawing 3DPolyline, because line, even in 3D, support graphical linetype.
Olivier
Olivier Eckmann
Very nice plug in ... thanks for you.
I tried, it work perfectly. Can you tell me in which language it is written? if it is a .NET DLL i'll be thankful if you send me the code.
Thanks
Enter command LINETYPE3DPLINEON to display line type and command LINETYPE3DPLINEOFF to switch it off
Could you please publish or send the code for this plugin, i am unable to load it in my release of autocad and it would be very useful to have.
Sorry to hear that, may be this command only works in AutoCAD civil 3D. it's not a plug in.
Can't find what you're looking for? Ask the community or share your knowledge.