Amendment of the space

Amendment of the space

Anonymous
Not applicable
672 Views
3 Replies
Message 1 of 4

Amendment of the space

Anonymous
Not applicable

Good day!

Please tell me is it possible to do using Revit API that Space in the Electrical-lighting she thought and showed:
- number of lights
- power 1 lamp
- type (brand) of the lamp

if Yes, then how to start?

Thank you!

0 Likes
Accepted solutions (1)
673 Views
3 Replies
Replies (3)
Message 2 of 4

jeremytammik
Autodesk
Autodesk
Accepted solution

Good day to you too.

 

I believe that this is possible, both by programming using the Revit API, and, better still, manually through the user interface.

 

I am not an expert on the latter though.

 

Still, I think it should be possible to grab the values of the parameters that you have highlighted and display them as text in the graphics screen.

 

Maybe you can create a custom label family to reflect these values?

 

Cheers,

 

Jeremy



Jeremy Tammik
Developer Technical Services
Autodesk Developer Network, ADN Open
The Building Coder

Message 3 of 4

Anonymous
Not applicable

Hello Jeremy!
Thank You for your response.

Let's just say I'm very new programming)

Through the interface I made (example -1) here I manually fill, and the information appears in the brand space on the plan.

I had the idea, the program automatically reads average illuminance in Lux (example 2), it is an indicator it determines through the lamps ( each lamp in the collection size laid ies. file) located in the space. So it can show the number, capacity, brand and etc..

How to get to this code (example-2), for example using Revit Lookup or other ways to write this code using Revit API this task?

Thanks

0 Likes
Message 4 of 4

jeremytammik
Autodesk
Autodesk

The first step is to access the parameter values displayed in the property page.

 

That is amply discussed in the Revit API getting started material:

 

http://thebuildingcoder.typepad.com/blog/about-the-author.html#2

 

If you have not yet done so, you should start off by working through the DevTV and My first Revit pluin tutorials.

 

Cheers,

 

Jeremy



Jeremy Tammik
Developer Technical Services
Autodesk Developer Network, ADN Open
The Building Coder

0 Likes