Thomas Krijnen
Thomas Krijnen
##### Description of the problem This is probably not what most users want, at least for me [1] would be better suited. [1] https://github.com/xeolabs/xeogl/raw/master/build/xeogl.js
#97
@JanoSlivka I think this fixes your issue but I don't want to merge it yet because it creates quite a bit of temporaries which hurt gc perf. Later if I...
Performance
The following code to render 1000 objects takes 18 seconds on my notebook to complete. (This just as a trivial example, geometry instancing is not the solution I am looking...
Is `IsGroupedBy` the correct name for the inverse relationships on IfcGroup? Shouldn't it be called something like `Groups` instead?
See https://github.com/bSI-InfraRoom/IFC-Specification/pull/465
https://standards.buildingsmart.org/IFC/RELEASE/IFC4_3/annex-a-express.html
Below you can work in progress on the investigation of compatibility on STEP physical file (ISO 10303-21) level (*.ifc) and general consistency of the EXPRESS (ISO 10303-11) models between ISO...
@SergejMuhic @TLiebich Fyi, I've reinstated the IFC4 definitions for IfcRelInterferesElements attributes, that were removed at some point https://github.com/bSI-InfraRoom/IFC-Specification/blob/develop/IFC4x3/Sections/Core%20data%20schemas/Schemas/IfcProductExtension/Entities/IfcRelInterferesElements/DocEntity.xml#L8-L16 https://github.com/buildingSMART/IFC4.3.x-development/commit/c4d44bc0afada289db4ecb40176a0662d681db4f I know the geometric behaviour changed a bit wrt infra interferences...
Also, the latest documentation of the IFCALIGNMENTHORIZONTAL is IMO not up-to-date. ENTITY IfcAlignmentHorizontal SUBTYPE OF (IfcLinearElement); END_ENTITY; where IfcLinearElement is ENTITY IfcLinearElement SUPERTYPE OF (ONEOF (IfcAlignmentCant ,IfcAlignmentHorizontal ,IfcAlignmentSegment ,IfcAlignmentVertical)) SUBTYPE...
Previous versions of the docs had B.1.1 Defined types B.1.2 Enumeration types B.1.3 Select types We only have B.2 Types I think the separated listing is better