Message 1 of 6
Extracting the XYZ coordinates of the elements from Revit through Dynamo
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hii,
I am trying to export the coordinates of piles from a Revit model using a Dynamo script. I am trying to use the family instance location. However, the warning I am getting over the FamilyInstance.Location node is 'Warning: FamilyInstance.Location expects argument type(s) (Revit.Elements.FamilyInstance), but was called with (Revit.Elements.DirectShape[]).'
Now, looking at the properties of the piles in Revit, I figured out that the family of the piles is 'Direct Shape', probably that's the reason Dynamo isn't working.
Is there any way to extract the coordinates of such elements?