IFC-gen
IFC-gen copied to clipboard
Industry Foundation Classes (IFC) code generator.
Bumps [Newtonsoft.Json](https://github.com/JamesNK/Newtonsoft.Json) from 10.0.3 to 13.0.1. Release notes Sourced from Newtonsoft.Json's releases. 13.0.1 New feature - Add JsonSelectSettings with configuration for a regex timeout Change - Remove portable assemblies from...
Bumps [Newtonsoft.Json](https://github.com/JamesNK/Newtonsoft.Json) from 10.0.3 to 13.0.1. Release notes Sourced from Newtonsoft.Json's releases. 13.0.1 New feature - Add JsonSelectSettings with configuration for a regex timeout Change - Remove portable assemblies from...
I used STEP.g4 to parse a stp file.A line in the 'DATA;' like this: > #10=SHAPE_REPRESENTATION_RELATIONSHIP('None','relationship between roheED7B45q6-None and roheED7B45q6-None',#22,#11); "SHAPE_REPRESENTATION_RELATIONSHIP" is a "TypeRef" (whichi is difined in the "STEP.g4")...
Currently when reading an IFC file, we generate instances of Entities and Relationships but we do not hooks the Entities up to the Relationships. We are therefore unable to traverse...
None of the IFC-gen implementations of IFC can handle geometry currently. What would be interesting, would be to create one geometry service that can be called from every implementation of...
To represent derived attributes in Typescript, we currently need to include a `get` _and_ a `set`, otherwise the setting of the property via the constructor will fail with a warning...
The c# language generator will generate function stubs in `Functions.g.cs` pointing to implementations, but the implementations will need to be authored by hand. I did a review of the amount...
`Functions.g.ts` contains stubs for all functions from the specification. These require implementation.
Failure to assign an `IfcUnitAssignment` for an `IfcProject` will lead Solibri (and possibly others) to be unable to open the model.
`(UnitElements : SET [1:?] Of IfcDerivedUnitElement)` should be `(UnitElements : SET [1:?] OF IfcDerivedUnitElement)`