Schedule 2D Areas

Schedule 2D Areas

sfenton1
Participant Participant
26,991 Views
23 Replies
Message 1 of 24

Schedule 2D Areas

sfenton1
Participant
Participant

Quick Question,

 

I need to take areas from my elevations, for use in a seperate softwrare to illustrate regulatory compliance. I have beeen using filled regions to get the areas, I can name them so that they can be referenced bak to the elveation, but i cant tag the area of the region. Is it possible to create a tag that will tell you the area of the region and schedule it?

 

Is it possible to calculate areas using line based families?

 

Any suggestions would be greatly apprecciated! I have attached a screenshot of what the current office solution is, drawing a aregion with no fill and manually filling out the text!

 

0 Likes
Accepted solutions (1)
26,992 Views
23 Replies
Replies (23)
Message 2 of 24

Chris.Aquino
Autodesk
Autodesk
Accepted solution

You should be able to do this using shared parameters.

 

The process will be as follows:

 

  1. Create a Shared Parameter called something like "Filled Region Area".
  2. Go to Manage > Project Parameters > Add > Shared Parameter and then browse to the new shared parameter and apply it to Detail Items.
  3. You can now select the Filled Region, and enter the Area given by Revit in the Shared Parameter field (Area for Filled Regions is a System Family which can't be scheduled).
  4. Create or Edit a Detail Item Tag.
  5. Create or Edit the Label.
  6. Hit Add a Parameter and select your Shared Parameter.
  7. Load the Tag into your project and apply that tag to Detail Items.

 

You should now be able to create a schedule for detail items based on the new parameter.

 



Chris Aquino
Adoption Marketing Manager | BIM Collaborate Pro
@Aquinotecture

Message 3 of 24

sfenton1
Participant
Participant
Good Afternoon Chris,

Apologies for the delayed response, I had been away on annual leave and am only now catching up.

The tip below has worked and is very useful, many thanks. It would be great however if the area parameter of a detail item could be tagged and used rather than having to enter the area manually!

Kind Regards

Shane



Shane Fenton

Wain Morehead Architects Ltd.,

NSC Campus, Mahon, Cork.

T+353 (0) 21 230 7150 F+353 (0) 21 230 7160 E [email protected] W http://www.wma.ie

Certified European Passivhaus Design | Architecture | Urban Planning | Sustainable Energy Efficient Design | Interior Design | Project Management | Conservation | BER | Energy Audits | Air Tightness Testing | Thermal Imagery | Expert Witness | Forensic | BCAR | Assigned Certifier | PSDP

P Please consider the environment, only print this email if you have to!

The information contained in this e-mail is confidential and / or privileged. This e-mail is intended to be read only by the person named above. If the reader of this e-mail is not the intended recipient, or a representative of the intended recipient, you are hereby notified that any review, dissemination or copying of this e-mail is prohibited. If you have received this e-mail in error, please notify the sender by telephone and return it to the sender at the address above Although Wain Morehead Architects Ltd. scan e-mail and attachments for viruses, we do not guarantee that either are virus-free and accept no liability for any damage sustained as a result of viruses.

[wma_emailbanner2013_cs]
0 Likes
Message 4 of 24

Anonymous
Not applicable
Shane, did you ever find a solution to tag the area parameter without having to manually enter the area?

Evan
0 Likes
Message 5 of 24

sfenton1
Participant
Participant

Unfortunately not. We are still on Revit 2015, perhaps there is functionality in Revit 2016 that allows for it?

 

Shane

0 Likes
Message 6 of 24

David_W_Koch
Mentor
Mentor

Buliding on @Chris.Aquino's suggestion for adding a shared parameter to hold the area value, which could then appear in a tag, you can semi-automate the filling in of the area values by using Dynamo.  I say semi-automate because it will not update with every change to a filled region or automatically populate the value when you add a new filled region.  That said, it is still faster than manually adding and maintaining the values.

 

The attached DYN file was created in Dynamo 0.8.2.  I am also attaching a capture of the graph, in case you need to recreate it on an earlier version.  All of the nodes used are "out-of-the-box;" you will not have to install any packages.  In the DYN file, the shared parameter name is "FilledRegionArea" (no spaces in the name), but you can edit the Code Block that holds that string and change it to whatever name you choose to use.

 

As mentioned, the DYN file will need to be opened in Dynamo and re-run every time there is a change/addition.  My test file had 578 Filled Regions (I added three myself, the others must be in our template file), and running the file took a couple of seconds.  If your projects have significantly more Filled Regions, it may take a bit longer.  And, if you edit just one filled region, you could manually update that filled region's area without using the DYN file.

 

I had to put the DYN file in a ZIP file, as the forum would not allow me to attach a DYN file.


David Koch
AutoCAD Architecture and Revit User
Blog | LinkedIn
EESignature

Message 7 of 24

ulasdeniz
Mentor
Mentor

Thanks


Ulaş Deniz


Forumlarımızda çözülen sorularınızı "ÇÖZÜM OLARAK KABUL ET" ( "ACCEPT AS SOLUTION" ) seçimiyle işaretlemeyi lütfen unutmayın.
Beğendiğiniz mesajları lütfen "Övgü Puanı" (KUDO) ile ödüllendirin.
Youtube : https://www.youtube.com/channel/UCkJpVueGScmJvW1RIgqttSg

0 Likes
Message 8 of 24

Anonymous
Not applicable

Following this to see if there's ever a way to not have to manually enter the area.  Currently using Revit 2017, and I haven't figured a better way yet.

0 Likes
Message 9 of 24

ToanDN
Consultant
Consultant
Look up, the 2nd post above yours.
0 Likes
Message 10 of 24

Anonymous
Not applicable

Yes, thanks.  I saw that -- I was hoping for something more seamless in the future.  

 

Why can I not use a formula to say that my "filled region area" shared parameter that I made is equal to the un-schedulable area that Revit calculates?  

 

The dynamo thing works, but it doesn't update live, it seems.  

0 Likes
Message 11 of 24

Mark_Engwirda
Collaborator
Collaborator

 Your solution is using a manual input so it doesnt schedule at all.

 

Edited by
Discussion_Admin

0 Likes
Message 12 of 24

Avaris.
Advisor
Advisor

That was back in 2015 the easiest way. It does schedule, but you need to update it manuallly. The dynamo option suggested by Koch is semi-automatic.

0 Likes
Message 13 of 24

Mark_Engwirda
Collaborator
Collaborator
Thanks for the quick reply.
I can appreciate that the post was created in 2015 but I think it should be
retitled so it doesn't mislead people into thinking it was actually going
to work.
You can see there is a lot of interest in the post and I wondered how many
people went through the exercise.
Message 14 of 24

sfenton1
Participant
Participant

In the future why don't you read the post and responses properly before you make ill informed criticism. A question was asked, solutions were found with the help of the community and the solution is still being used.

 

0 Likes
Message 15 of 24

Mark_Engwirda
Collaborator
Collaborator
I suggest that the headline should be correct and that it is misleading.
The criticism is not ill formed, if you are still working on the solution
just say so in the beginning.

Message 16 of 24

Anonymous
Not applicable

It is possible to create a area tag for filled region, but you can't schedule it...

 

Just made this in a hurry, just to show you....

 😎

 

https://youtu.be/Qdx0vVTPBwc

 

Enjoy 

BBB

Message 17 of 24

Mark_Engwirda
Collaborator
Collaborator
Well done!
Thankyou for solving this as it will come in hand for sure 🙂
Message 18 of 24

Mark_Engwirda
Collaborator
Collaborator

Thanks so much for solving this Kevin.

Message 19 of 24

Anonymous
Not applicable
Great work, sir.
0 Likes
Message 20 of 24

ENG.SARIAH.NH
Explorer
Explorer

It's nice; thank you
Where we can get operator dynamo?

0 Likes