Andrew H

Results 12 comments of Andrew H

Hi Martin, I was wondering this myself regarding annotations on the plan. Not so much the text but polylines associated with them. Normally these are used for things like dimensions...

Actually truth be told if we're talking about wishes, I'd also wish to get the "axis" representation polyline for walls etc. translated into the same space as the triangulated objects....

Thanks Martin. Yes I actually have two different unrelated concerns here which may have confused things a little. 1) the footprint of an ifcAnnotation to get a polyline that's been...

Once again in the XBimExplorer source, XBimModelPresentationExtensions and IfcMetaDataControl both reference this but they look like they are plucking out the materials rather than applying the layersets? Not sure. I'm...

Thanks for your reply, How structural of a change would it be if I were to look at implementing this? ie this would require what is currently a single mesh...

I'm happy to contribute. I can see how this isn't straightforward since materials and geometry are dealt with quite separately. XBimSolid for example has no references to materials. It's the...

Absolutely happy to code this, but I am sure you don't want me to just hack it in. Just a direction to help keep the API consistent would help.

[overflow.zip](https://github.com/xBimTeam/XbimGeometry/files/10163287/overflow.zip) @Janitum Yeah that minimal case wasn't broken for me either. I do have one that I'm getting this issue with though with the latest Nuget packages. context = new...

Ok I've been debugging. So my issue is with an IFCPolygonalFaceSet. I get a Standard_ConstructionError in XBimGeometryCreator, which I tracked back to XBimCompound.Cpp Line 1525. ![image](https://user-images.githubusercontent.com/1472309/213101665-1bb3724a-edc2-4e48-bcec-a66ed54f2b81.png) Which in turn came...