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
Copy file name to clipboardExpand all lines: LadybugTools_Engine/Create/ExternalComfort.cs
+13Lines changed: 13 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -23,15 +23,24 @@
23
23
usingBH.Engine.Adapter;
24
24
usingBH.Engine.LadybugTools;
25
25
usingBH.oM.Adapter;
26
+
usingBH.oM.Base.Attributes;
26
27
usingBH.oM.LadybugTools;
27
28
usingSystem;
28
29
usingSystem.Collections.Generic;
30
+
usingSystem.ComponentModel;
29
31
usingSystem.Text;
30
32
31
33
namespaceBH.Engine.LadyBugTools
32
34
{
33
35
publicstaticpartialclassCreate
34
36
{
37
+
[Description("Create an ExternalComfort object from an epw file, a simulation identifier, two materials and a typology (without a SimulationResult).")]
38
+
[Input("epwFile","The epw file that the created SimulationResult is based on.")]
39
+
[Input("identifier","The unique identifier for the created SimulationResult.")]
40
+
[Input("groundMaterial","The material to use for the ground in the simulation.")]
41
+
[Input("shadeMaterial","The material to use for the shade in the simulation.")]
0 commit comments