ChernyshevDS

Results 18 comments of ChernyshevDS

I guess, I've found the source of my problem: incorrect model 🤦‍♂️ I've bumped into this discussion: https://github.com/xBimTeam/XbimGeometry/issues/281 and figured that the fix I've made was already implemented in a...

Thanks, I should try it. I've chosen the 5.1.430 version a long time ago (don't remember exactly why, I can recall some issues with dependencies), and I decided to make...

@jomijomi I'm not sure that this is a correct approach. I guess, it may introduce some errors when loading georeferenced models which typically have large coordinates. @andyward maybe you have...

@andyward Done: https://github.com/xBimTeam/XbimGeometry/pull/449

Upd: may be related to https://github.com/xBimTeam/XbimGeometry/issues/330

@GVladislavG Visual Studio 2019 officialy [does not support ](https://github.com/dotnet/core/issues/5567#issuecomment-1105996161) net 6, however [this post ](https://learn.microsoft.com/en-us/answers/questions/620284/how-to-target-net-6-0-with-visual-studio-2019) may be of some help.

Yeah, missing inline documentation certainly does not make it any easier to use the library, especially because some methods were renamed. I wonder if it would be acceptable to borrow...

The provided model does not conform to the standard, because according to the [description of the IfcSweptDiskSolidPolygonal](https://standards.buildingsmart.org/IFC/RELEASE/IFC4/ADD1/HTML/schema/ifcgeometricmodelresource/lexical/ifcsweptdisksolidpolygonal.htm) the directrix curve may only be `IfcPolyline`, and in this model we have...