Co-ordinates Extraction

Co-ordinates Extraction

Anonymous
Not applicable
299 Views
1 Reply
Message 1 of 2

Co-ordinates Extraction

Anonymous
Not applicable

Hi all,

             Is there any way to extrac the co-ordinate values to excel from revit file like autocad. I have a little knowledge in Revit.

Pls help

Thanks

STM

0 Likes
300 Views
1 Reply
Reply (1)
Message 2 of 2

RPTHOMAS108
Mentor
Mentor

Not directly i.e. you can't schedule them.

 

You can use either the RevitAPI (macro/Addin) or Dynamo. Depends what category of object also there are generally two forms of location: LocationPoint, LocationCurve.

 

If you are looking at structural columns for instance then these are level based (where the Z of LocationPoint is not relevant). So you take X,Y from location point and then consider Z for Level elevation and offset from level (parameter values).