How to make twisted pair

How to make twisted pair

Anonymous
Not applicable
1,498 Views
3 Replies
Message 1 of 4

How to make twisted pair

Anonymous
Not applicable

Can you guys give me basic idea of how to do a twisted pair in fusion 360

0 Likes
1,499 Views
3 Replies
Replies (3)
Message 2 of 4

Mike.Grau
Alumni
Alumni

Hi @Anonymous,

 

Thank you for posting your question in the forum. I think you might find this post as very useful.

It explains how to create a spiral along a path.

 

http://forums.autodesk.com/t5/design-validate-document/spiral-along-a-path/m-p/5401817#M13906

 

I hope you find this information useful to find a starting point

 

Thanks,

0 Likes
Message 3 of 4

prainsberry
Autodesk
Autodesk

I put together a simple script for generating helical curves if you need it as well:

 

https://github.com/tapnair/HelixGenerator

 

 

 



Patrick Rainsberry
Developer Advocate, Fusion 360
0 Likes
Message 4 of 4

Mike.Grau
Alumni
Alumni

Hi @Anonymous,

 

Thanks for keeping us updated.

 

You can follow these steps to use the Helix Generator and create a twisted pair:

 

A. Create two sketches with helical splines with the HelixGenerator.

    How to install and use the HelixGenerator is explained by these steps: 

    

  1. Download the *.zip file with the link here:

        https://github.com/tapnair/HelixGenerator/archive/master.zip
 

  1. Extract the *.zip file into the following path
  • Windows (web install):                 Add-In: %appdata%\Autodesk\Autodesk Fusion 360\API\AddIns
  • Mac OS (web install):                    Add-In: ~/Library/Application Support/Autodesk/Autodesk Fusion 360/API/AddIns
  • Mac OS (Mac App Store [MAS]):  Add-In: ~/Library/Containers/com.autodesk.mas.fusion360/Data/Library/Application Support/Autodesk/Autodesk Fusion 360/API/AddIn

 

  1. Rename the folder into "HelixGenerator"
  2. Open Fusion 360, go to "ADD-INS" and click on "Scripts and Add-Ins". You can also hit "Shift+S" 
  3. Go to Add-Ins and click on the "Plus" icon
  4. Toggle the path where you have extracted the folder
  5. Select the "HelixGenerator.py" file and click on "Open"
  6. Check "Run on Startup" and close the "ADD-INS" window
       User-added image
  1. Restart Fusion and the "HelixGenerator" will appear in the sketch environment

User-added image

 

 

B. Edit one sketch and rotate the 3D spline by 180 degree

 

C. Use the "Plane along Path" feature and create two planes at the end of the splines

 

D. Create two skethces and sweep them along the splines

 

Helix v1.png

 

Here is the public link to the test file which I have created.

 

http://a360.co/29OSaIz

 

Please, feel free to use it and modify the file.

 

I hope this helps.

 

Thanks,