You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
current = entity_descriptor_map[Type::IfcMaterialLayerSet] = newIfcEntityDescriptor(Type::IfcMaterialLayerSet,entity_descriptor_map.find(Type::IfcMaterialDefinition)->second);
current = entity_descriptor_map[Type::IfcMaterialProfileSet] = newIfcEntityDescriptor(Type::IfcMaterialProfileSet,entity_descriptor_map.find(Type::IfcMaterialDefinition)->second);
current = entity_descriptor_map[Type::IfcSurfaceStyleShading] = newIfcEntityDescriptor(Type::IfcSurfaceStyleShading,entity_descriptor_map.find(Type::IfcPresentationItem)->second);
current = entity_descriptor_map[Type::IfcSurfaceStyleWithTextures] = newIfcEntityDescriptor(Type::IfcSurfaceStyleWithTextures,entity_descriptor_map.find(Type::IfcPresentationItem)->second);
current = entity_descriptor_map[Type::IfcSurfaceTexture] = newIfcEntityDescriptor(Type::IfcSurfaceTexture,entity_descriptor_map.find(Type::IfcPresentationItem)->second);
current = entity_descriptor_map[Type::IfcIndexedColourMap] = newIfcEntityDescriptor(Type::IfcIndexedColourMap,entity_descriptor_map.find(Type::IfcPresentationItem)->second);
current = entity_descriptor_map[Type::IfcIndexedTextureMap] = newIfcEntityDescriptor(Type::IfcIndexedTextureMap,entity_descriptor_map.find(Type::IfcTextureCoordinate)->second);
@@ -1224,7 +1227,6 @@ void InitDescriptorMap() {
1224
1227
current = entity_descriptor_map[Type::IfcSurface] = newIfcEntityDescriptor(Type::IfcSurface,entity_descriptor_map.find(Type::IfcGeometricRepresentationItem)->second);
1225
1228
1226
1229
current = entity_descriptor_map[Type::IfcSurfaceStyleRendering] = newIfcEntityDescriptor(Type::IfcSurfaceStyleRendering,entity_descriptor_map.find(Type::IfcSurfaceStyleShading)->second);
0 commit comments