You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am using the "intersect()" function from geomeppy on an existing idf file that already contains geometry ("BuildingSurface:Detailed", "FenestrationSurface:Detailed", etc.). See attached file please.
The problem I encounter is that "intersect()" renames the building surfaces (line 35 of the intersect_match.py file) without renaming all other occurences using those building surface names (e.g. "Building Surface Name" in a 'FenestrationSurface:Detailed" eppy.idf_msequence.Idf_MSequence).
I know that we can use the command "eppy.modeleditor.rename()" to rename automatically all occurences in an idf file, but I wonder if I missed anything?
Hello,
I am using the "intersect()" function from geomeppy on an existing idf file that already contains geometry ("BuildingSurface:Detailed", "FenestrationSurface:Detailed", etc.). See attached file please.
The problem I encounter is that "intersect()" renames the building surfaces (line 35 of the intersect_match.py file) without renaming all other occurences using those building surface names (e.g. "Building Surface Name" in a 'FenestrationSurface:Detailed" eppy.idf_msequence.Idf_MSequence).
I know that we can use the command "eppy.modeleditor.rename()" to rename automatically all occurences in an idf file, but I wonder if I missed anything?
Here is the idf file I use : test_multizone_EP.idf.zip
The text was updated successfully, but these errors were encountered: