Skip to content

Commit

Permalink
Added IFromRhino method
Browse files Browse the repository at this point in the history
  • Loading branch information
JohannaOlin1 authored and Fraser Greenroyd committed Nov 26, 2020
1 parent cb5f2b6 commit d54145b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion LadybugTools_Engine/Convert/FromHoneybeeSurface.cs
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ public static IEnvironmentObject FromHoneybeeSurface(dynamic honeybeeSrf)
IGeometry geometry = null;
try
{
geometry = BH.Engine.Rhinoceros.Convert.FromRhino(honeybeeSrf._geometry as dynamic);
geometry = BH.Engine.Rhinoceros.Convert.IFromRhino(honeybeeSrf._geometry as dynamic);
}
catch(Exception e)
{
Expand Down

0 comments on commit d54145b

Please sign in to comment.