IfcPlugins
IfcPlugins copied to clipboard
BIMserver plugins that provide IFC serialization/deserialization
Bumps [ch.qos.logback:logback-classic](https://github.com/qos-ch/logback) from 1.2.3 to 1.2.13. Commits 2648b9e prepare release 1.2.13 bb09515 fix CVE-2023-6378 4573294 start work on 1.2.13-SNAPSHOT a388193 Merge branch 'branch_1.2.x' of github.com:qos-ch/logback into branch_1.2.x de44dc4 prepare release...
Can you please guide me how to work with ifc4, your test works for ifc2x3, now I need to upgrade. thanks in advance for your help
Hello I am using BIMserver version 1.5.147. When I try to load the ifcengine-latest.zip or any other version using "Available Plugin Bundle" function on BIMviews, I first get "INSTALLPLUGINBUNDLEFROMFILE_BUSY" then...
Hi, I'm having issues reading PropertySets of some IfcProduct. In my BIM viewer it seems like there are PropertySets defined, however the `IfcProduct.getIsDefinedBy()`-relation seems to be empty. Here's roughly what...
Hi, I want to ifcplugin to get model's geometry information,but gemetryInfo is a null value,like this: `Ifc2x3tc1StepDeserializer deserializer = new Ifc2x3tc1StepDeserializer(); PackageMetaData packageMetaData = new PackageMetaData(Ifc2x3tc1Package.eINSTANCE, Schema.IFC2X3TC1, Paths.get("tmp")); deserializer.init(packageMetaData); try...
IFC4 deserializer fails to parse `IfcRationalBsplineSurfaceWithKnots` with error message `Error on line xxx: Field not found: ListAsString`. The offending line looks like this and does not seem to be wrong:...
Hello, we obtain below error when parsing below line: 0000329= IFCPROPERTYSINGLEVALUE('Avis technique',$,IFCLABEL('9/11-946*V1'),$); We had to remove * in IFCLABEL to avoid this error. Error on line 129: IfcPropertySingleValue expects 4...
From reading the code in `org.bimserver.schemaconverter.AbstractSchemaConverter` I was expecting that entities of types not contained in the target schema would be omitted from serialization. However, a sample conversion from IFC4...
Hi, Ruben, I find another bug. When I use IfcStepStreamingDeserializer to process data, It throws exception "Error on line 13334: No right parenthesis found in line". I debug the code,...