Listing Assembly Origins in a schedule

Hi All,

I am a bit of a Dynamo virgin here.
I am trying to get the Coordinate points from assembly origins and list them as a schedule so I can add this schedule to assembly drawings. We currently have identical assemblies and would like to list the assembly origins of the same assembly on the assembly sheet.

I have tried getting the coordinates via the Element.GetLocation node but it seems like it gives coordinates of a central origin point.
I am unsure if this is possible or if there is another workaround I can use?

Thanks in Advance.

Christopher.

I guess something like this is not possible?

I believe you have to set where is the origin in each assembly type if the element location point is not what you expected, what you mean central origin point? you mean the bounding box centroid of all the elements in the assembly?

If this is what you are after, then you will need to get the Transform of the assembly and use the Transform.OriginAndVectors node to get the origin point.

image

1 Like