PDA

View Full Version : House area?



aidansliney
2008-03-10, 03:05 PM
Is there a way to extract the total area of your "house" to use in calculations with c#?

mmason.65315
2008-03-10, 05:49 PM
Well - there are a couple ways...

Inside of Revit, you would typically set up either rooms or areas.

Once you had the Rooms or Areas defined for your house model, you could extract the AREA associated with each of them.

It's pretty straightforward, and I think the SDK has some samples that show this kind of thing.

-Matt

Pierre-Nelson NAVARRA
2008-03-21, 02:24 PM
Hi,
I've developped a function with the Revit API wich sum all of my rooms area in my appartement.
Here is the dll, the .rvt for example and the revit.ini information.
Cheers.

Ps : there's a post in Augi French Forum also.
it's here http://forums.augi.com/showthread.php?t=77130

Pierre-Nelson NAVARRA
2008-03-25, 11:08 AM
New dll in Attachment.