Thanks Rhind. When do you think this might be resolved? We have a big need to be able to change internal partitions using the code.
C
Search found 8 matches
- Wed Aug 28, 2019 10:45 am
- Forum: VE Python API
- Topic: Assigning glazing construction
- Replies: 13
- Views: 5180
- Thu Aug 22, 2019 3:16 pm
- Forum: VE Python API
- Topic: Edge Lengths and Body Heights
- Replies: 0
- Views: 66363
Edge Lengths and Body Heights
Hi there.
Is it possible to get the heights of bodies from the Python API? What about edge lengths (I think the answer is no!)?
Swinners
Is it possible to get the heights of bodies from the Python API? What about edge lengths (I think the answer is no!)?
Swinners
- Thu Aug 22, 2019 12:34 pm
- Forum: VE Python API
- Topic: Assigning glazing construction
- Replies: 13
- Views: 5180
Re: Assigning glazing construction
No errors, just doesn't do anything (partition construction stays the same.
- Tue Aug 20, 2019 8:25 am
- Forum: VE Python API
- Topic: Assigning glazing construction
- Replies: 13
- Views: 5180
Re: Assigning glazing construction
Hi Rhind,
Would this be using: body.assign_construction(construction, surface) ?
Where
'construction' is a construction object obtained by (using a construction ID):
construction = project.get_construction('construction ID', c_class)
'surface' is the surface of a body, obtained from body.get ...
Would this be using: body.assign_construction(construction, surface) ?
Where
'construction' is a construction object obtained by (using a construction ID):
construction = project.get_construction('construction ID', c_class)
'surface' is the surface of a body, obtained from body.get ...
- Wed Aug 07, 2019 7:08 am
- Forum: VE Python API
- Topic: Accessing Max. Adaptive Temp
- Replies: 6
- Views: 2936
Re: Accessing Max. Adaptive Temp
I'd also like to know this!
- Fri Aug 02, 2019 8:28 pm
- Forum: VE Python API
- Topic: Max Adaptive Comfort Temperature
- Replies: 1
- Views: 2419
Max Adaptive Comfort Temperature
Does anyone know if it's possible to get the Max Adaptive Comfort Temperature from the results file? Can't see anything in the documentation.
Chris
Chris
- Mon Jul 29, 2019 8:26 pm
- Forum: VE Python API
- Topic: Outputs for SAP
- Replies: 2
- Views: 3424
Outputs for SAP
Hi all,
Has anyone tried writing a script which outputs the geometry information needed for SAP? I know IES has the JPA module, but this only works if you are using JPA! We use other software, would be a huge time saver if we could use our IES overheating models for SAP calcs.
Thanks!
Has anyone tried writing a script which outputs the geometry information needed for SAP? I know IES has the JPA module, but this only works if you are using JPA! We use other software, would be a huge time saver if we could use our IES overheating models for SAP calcs.
Thanks!
- Mon Jul 29, 2019 8:24 pm
- Forum: VE Python API
- Topic: Assigning glazing construction
- Replies: 13
- Views: 5180
Re: Assigning glazing construction
Yes, that is a bit misleading! :D As for the functionality, I've logged it in our system for consideration by the product managers.
Hi Rhind, just wondering if there has been any more thought on this? We were developing some code which could quickly change party wall constructions, only to find ...