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
260 stars 132 forks source link

.Net Standard #268

Closed N30Pr1nc3 closed 4 years ago

N30Pr1nc3 commented 4 years ago

hi im planing to create a Libary which uses Xbim to create ifc files. I Want to use .NetStandard 2.1 but i can not import xBim Geometry. Are there any plans to port this libary to .NetStandard?

martin1cerny commented 4 years ago

If you are going to create IFC files, you don't need XbimGeometry at all. You only need it if you want to use xbim for visual presentation.

andyward commented 4 years ago

Also see #248 which is tracking the .net standard 2 port