Inner Radius

Hi can some please help me. I am trying to extract the inner radius information from a fabrication 90 degree bend on a rectangular duct which I have working but I only want the inner radius but the dynamo script is also giving me the length as well. How can I single out the inner radius on the fabrication part dimension node so I only get inner radius on the schedule for bends and not straights.Fabrication

You can use “List.GetItemAtIndex” node along with "List.AllIndicesOf" with lacing set to longest for both nodes to get the Inner radius.

Hi Thanks for the reply but I am really new to this so could you possibly explain exactly where i plug the two nodes in to extract the inner radius

@mattpick10 Sure. Here is how you can filter Inner Radius:

Here is dyn file For Matt.dyn (12.5 KB)

And here is how mark the post as solved:

Kulkul

I have done as you have shown but still get an empty list. Very frustrating Radius
Whats wrong

@mattpick10 i have attached dyn file above click to download dyn file.

Right click on List.AllIndices node and change lacing longest. Do the same for List.GetItemAtIndex node.

Thanks your a star I would never of got that
Can I implement t this into my original script

Yes you can. Don’t forget to mark the post as solved.