PavelWhiteTiger
PavelWhiteTiger
IfcValue
How i can add IfcValue (IfcPositiveLengthMeasure, IfcLengthMeasure) in BendingParameters? When i try create IfcLengthMeasure, bimServer writes "Invalid cid". Example: { var instance = Ifc4Factory.eINSTANCE; var ifcLengthMeasure = instance.createIfcLengthMeasure(); ifcLengthMeasure.setWrappedValue(Double.parseDouble((String) o));...
How to get IfcHeader? When we try download ifc model, ServerIfcModel has`t modelMetaData and IfcHeader... In all cases IfcHeader = null

When I add a relationship using my client application, this method may duplicate the relationships. 