xBimTeam / XbimGeometry

XbimGeometry contains the CLR interop libraries and the c++ engine used to compute the 3D geometry of models.
https://xbimteam.github.io/
Other
255 stars 128 forks source link

Xbim.Geometry is not support the net core? #435

Closed 6ther closed 1 year ago

6ther commented 1 year ago

Short summary describing the issue. (3-5 sentences)

Assemblies and versions affected:

*Which assemblies/packages and their versions are known to be affected. E.g. Xbim.Essentials 5.0.200

Steps (or code) to reproduce the issue:

A simple set of steps to reproduce the issue. Provide a small sample file is required and/or a small sample of the failing code (or reference a commit / gist)

using (var model = IfcStore.Open("file.ifc"))
{
    ...
}

Minimal file to reproduce the issue:

IFC files need to be zipped to be uploaded. Then just drag & drop here

Expected behavior:

What would you expect to happen

Actual behavior or exception details:

What actually is happening

Additional Details

Optional, details of the root cause if known. Delete this section if you have no additional details to add.

6ther commented 1 year ago

I want to use the xbim.Geometry in netcore project, but it does not works.

andyward commented 1 year ago

Covered in #390 Check out: the netcore branch at https://github.com/xBimTeam/XbimGeometry/tree/feature/netcore