Extrude Pipe/Sweep through imported lines from csv

Extrude Pipe/Sweep through imported lines from csv

haik.vasil.3
Participant Participant
939 Views
6 Replies
Message 1 of 7

Extrude Pipe/Sweep through imported lines from csv

haik.vasil.3
Participant
Participant

I am looking for an extension to the wonderful script made by @hanskellner 

https://github.com/hanskellner/Fusion360ImportCSVPoints 

 

I am trying to extrude a Pipe through the imported Line. I have seen a script for just Pipe Extrusion, and little confused... It seems there is no Pipe command in API but only Sweep.

 

 

image.png

 
0 Likes
Accepted solutions (1)
940 Views
6 Replies
Replies (6)
Message 2 of 7

JeromeBriot
Mentor
Mentor

@haik.vasil.3 wrote:

It seems there is no Pipe command in API but only Sweep.


Hello,

 

Actually, you can only access existing Pipe feature with the API: PipeFeatures Object

 

However, a non-trivial and unofficial workaround exists: Use TextCommands

 

Message 3 of 7

haik.vasil.3
Participant
Participant

 

 

0 Likes
Message 4 of 7

haik.vasil.3
Participant
Participant

@JeromeBriot Thanks for the Reference! a great way around.

So what I understand Pipe command exists only as a Text command, right? Otherwise, I need to refer to the Sweep command, creating a construction Plane at each Line to draw a Profile and extrude...

0 Likes
Message 5 of 7

JeromeBriot
Mentor
Mentor

@haik.vasil.3 wrote:

So what I understand Pipe command exists only as a Text command, right? Otherwise, I need to refer to the Sweep command, creating a construction Plane at each Line to draw a Profile and extrude...


Yes

 

Message 6 of 7

hanskellner
Autodesk
Autodesk
Accepted solution

Hi @haik.vasil.3 -

 

I've updated the add-in with support to create pipes.  See the README:

 

https://github.com/hanskellner/Fusion360ImportCSVPoints/blob/master/README.md#pipes

 

sketcher_vr_Simple_pipes.png

Please grab the new version from the Github repo and install and try it.

 

Note, very complex paths (lines, splines) may cause Fusion 360 to lockup while attempting to create the geometry.

 

Cheers,

 

Hans



Hans Kellner
Senior Manager, Principal Engineer
Message 7 of 7

haik.vasil.3
Participant
Participant

Fantastic, thanks @hanskellner 

0 Likes