Skip to content

Commit

Permalink
Minor correction: private Geometry3D() to also accept IObject
Browse files Browse the repository at this point in the history
  • Loading branch information
alelom authored and al-fisher committed Feb 19, 2021
1 parent c11720d commit 2761083
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion BHoM_Engine/Query/Geometry3D.cs
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ private static IGeometry Geometry3D(this object obj)

/***************************************************/

private static IGeometry Geometry3D(this IBHoMObject obj)
private static IGeometry Geometry3D(this IObject obj)
{
return Reflection.Compute.RunExtensionMethod(obj, "Geometry3D") as IGeometry;
}
Expand Down

0 comments on commit 2761083

Please sign in to comment.