We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6f69912 commit 4b9fbe9Copy full SHA for 4b9fbe9
pollination/alias/inputs/simulation.py
@@ -17,6 +17,22 @@
17
language='python',
18
module='pollination_handlers.inputs.simulation',
19
function='energy_sim_par_to_json'
20
+ ),
21
+ IOAliasHandler(
22
+ language='csharp', module='Pollination.RhinoHandlers',
23
+ function='HBSimulationParameterToJSON'
24
+ )
25
+ ]
26
27
+ # Rhino alias
28
+ InputAlias.linked(
29
+ name='sim_par',
30
+ description='This input links to SimulationParameter setting in Rhino.',
31
+ platform=['rhino'],
32
+ handler=[
33
34
35
+ function='RhinoSimulationParameterToJSON'
36
)
37
]
38
0 commit comments