Skip to content

Commit

Permalink
add missing export
Browse files Browse the repository at this point in the history
  • Loading branch information
adamhathcock committed Nov 19, 2024
1 parent 42addd6 commit 8b345d1
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/csharp/Speckle.WebIfc/WebIfc.cs
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,10 @@ public static class WebIfc
[DllImport(DllName)]
[DefaultDllImportSearchPaths(ImportSearchPath)]
public static extern uint GetGeometryType(IntPtr geometry);

[DllImport(DllName)]
[DefaultDllImportSearchPaths(ImportSearchPath)]
public static extern uint GetGeometryId(IntPtr geometry);

[DllImport(DllName)]
[DefaultDllImportSearchPaths(ImportSearchPath)]
Expand Down

0 comments on commit 8b345d1

Please sign in to comment.