IFC-gen icon indicating copy to clipboard operation
IFC-gen copied to clipboard

Industry Foundation Classes (IFC) code generator.

Results 27 IFC-gen issues
Sort by recently updated
recently updated
newest added

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...

dependencies
.NET

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...

dependencies
.NET

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...

enhancement

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...

enhancement
help wanted

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...

enhancement
help wanted

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...

help wanted

`Functions.g.ts` contains stubs for all functions from the specification. These require implementation.

help wanted

Failure to assign an `IfcUnitAssignment` for an `IfcProject` will lead Solibri (and possibly others) to be unable to open the model.

bug

`(UnitElements : SET [1:?] Of IfcDerivedUnitElement)` should be `(UnitElements : SET [1:?] OF IfcDerivedUnitElement)`

schema