Point Load

Hi,

Is there any way to create a non-hosted point load in Dynamo and assign coordinates to it?
I would like to create point loads in some elements, but the issue is that if I use hosted point load I only can create them at the beginning or end of the element.

Thanks in advance

Seems like this would do the trick: Create Method (Document, XYZ, XYZ, XYZ, PointLoadType, SketchPlane)

Thanks, I will have to search how to do the script and insert it in Dynamo.

I hope it works

1 Like

I hope you can follow up with your findings and result!

Try Element.Geometry. It’s sometimes a viable alternative.

However, recreating the program every time you need to place an element won’t be effective.