Announcements

The Autodesk Community Forums has a new look. Read more about what's changed on the Community Announcements board.

Xpipe: Pipe Solid 3D (LISP)

samoh21
Contributor

Xpipe: Pipe Solid 3D (LISP)

samoh21
Contributor
Contributor

Hi

There is this LISP routine from CADTUTOR wich creates 3D Pipe Solid from af 3D polyline.

https://www.cadtutor.net/forum/topic/243-how-do-i-bend-a-3d-cylinder/

https://www.kimprojects.com/3d-piping-autocad-lisp/

 

I want to the XPIPE LISP routine to create 3D Solid from the invert elevation instead of the centerline with these steps:

 

1. Create a feature line with Invert elevation

2. Explode the FL and create 3D polyline

3. Use XPIPE to create 3D pipe Solid

 

Can anyone help modify the code or have any suggestion?

Using the C3D Pipe network catalog is not an options, as it has to be useable in AutoCad 

0 Likes
Reply
1,296 Views
2 Replies
Replies (2)

Karadzhaian_Eduard
Advisor
Advisor

@samoh21 hi,

Do you use Civil 3D? I saw it in the tags of your initial message. Or do you use only AutoCAD?

If yes (you use Civil 3D), there is a standart command CONVERTTO3DSOLIDS

which creates 3D Solids from Civil 3D Pipe and Preesure Pipe Networks.

You can read more about command here: http://help.autodesk.com/view/CIV3D/2020/ENU/?guid=GUID-C8375A2B-7499-467F-A444-68FF0F199BF8

Let me know please if you need more support it this post.

 


Eduard Karadzhaian
Senior Civil Infrastructure Engineer
Blog| LinkedIn| E-mail| Youtube|



0 Likes

Karadzhaian_Eduard
Advisor
Advisor

Also to make possible to read (not edit) Civil 3D objects (including Pipe Networks) in AutoCAD you can install Civil 3D Object Enabler.


Eduard Karadzhaian
Senior Civil Infrastructure Engineer
Blog| LinkedIn| E-mail| Youtube|



0 Likes