Editing zone name in Object Info dialog causes an error

Issue #33 resolved
Peter Ellis created an issue

Editing the zone name in the Object Info dialog causes an error for certain zones. Zone objects (i.e., read from an input file) that omit the Direction of Relative North or Multiplier fields cause Euclid to get confused when it tries to write the values back to the object. Such "short objects" (see example below), although somewhat unusual, are allowed by EnergyPlus and should be handled correctly by the extension.

A work around is to first set the Multiplier value to 1 before trying to edit the zone name.

Zone,
    Thermal Zone 1,          !- Name
    0,                       !- Direction of Relative North {deg}
    35.5606468531978,        !- X Origin {m}
    2.40742688898039,        !- Y Origin {m}
    11.32;                   !- Z Origin {m}

Comments (1)

  1. Log in to comment