WalchAndreas

Results 9 comments of WalchAndreas

Hi, while transforming our application to be schema-independent by using the EntityCreator following Objects are missing: - IfcMaterialProperties - IfcIndexedPolyCurve - IfcLightFixture - IfcTriangulatedFaceSet - IndexedPolygonalFace - PolygonalFaceSet - IfcCartesianPointList2D...

Thank you for the examples! I experimented with the "Compile Time Approach" and could cover my use-cases. To avoid down casts from the more general _IIfcFlowTerminal_ for later IFC-schemes, we...

Hi, we have also encountered AccessViolationExceptions while loading IFC projects. We locally build nuget packages from source of the v6/netcore branch. Smaller projects trigger this exception regularly, while for large...

Investigations showed that the AccessViolationException in version 6 is caused by multi-threading problems (see Issue #489). Maybe this is also the case for other versions.

We encountered the same issue and resolved it with the following properties. ` `

Hi, while porting our application to support Ifc4x3, we encountered problems regarding Properties / Quantities. The IIfcObject interface fails to provide *PhysicalSimpleQuantities / PropertySets / GetElementQuantity()* .... Trying to resolve...

Has this been resolved with your last [commit](https://github.com/xBimTeam/XbimEssentials/commit/ea3983ecf8d46818d3a15d68179910d03c7d95e0)? Regarding **GetPropertySets**: This implementation relies on "IsDefinedBy" and returns all _instance properties_. To access the related ObjectType properties, the query "IsTypedBy" is...

Hi, while digging more into IfcObject in various versions, I stumbled over AddDefiningType, AddPropertySet, and AddQuantity (available for IFC2x3 and IFC4). This kind of functionality is missing in IFC4x3. Would...