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::IfcStructuralLoadConfiguration] = newIfcEntityDescriptor(Type::IfcStructuralLoadConfiguration,entity_descriptor_map.find(Type::IfcStructuralLoad)->second);
current = entity_descriptor_map[Type::IfcStructuralLoadOrResult] = newIfcEntityDescriptor(Type::IfcStructuralLoadOrResult,entity_descriptor_map.find(Type::IfcStructuralLoad)->second);
667
668
668
669
current = entity_descriptor_map[Type::IfcStructuralLoadStatic] = newIfcEntityDescriptor(Type::IfcStructuralLoadStatic,entity_descriptor_map.find(Type::IfcStructuralLoadOrResult)->second);
@@ -771,7 +772,7 @@ void InitDescriptorMap() {
771
772
current = entity_descriptor_map[Type::IfcTextureVertex] = newIfcEntityDescriptor(Type::IfcTextureVertex,entity_descriptor_map.find(Type::IfcPresentationItem)->second);
current = entity_descriptor_map[Type::IfcTextureVertexList] = newIfcEntityDescriptor(Type::IfcTextureVertexList,entity_descriptor_map.find(Type::IfcPresentationItem)->second);
current = entity_descriptor_map[Type::IfcColourRgbList] = newIfcEntityDescriptor(Type::IfcColourRgbList,entity_descriptor_map.find(Type::IfcPresentationItem)->second);
current = entity_descriptor_map[Type::IfcColourSpecification] = newIfcEntityDescriptor(Type::IfcColourSpecification,entity_descriptor_map.find(Type::IfcPresentationItem)->second);
current = entity_descriptor_map[Type::IfcCompositeProfileDef] = newIfcEntityDescriptor(Type::IfcCompositeProfileDef,entity_descriptor_map.find(Type::IfcProfileDef)->second);
current = entity_descriptor_map[Type::IfcIndexedTriangleTextureMap] = newIfcEntityDescriptor(Type::IfcIndexedTriangleTextureMap,entity_descriptor_map.find(Type::IfcIndexedTextureMap)->second);
current = entity_descriptor_map[Type::IfcIrregularTimeSeries] = newIfcEntityDescriptor(Type::IfcIrregularTimeSeries,entity_descriptor_map.find(Type::IfcTimeSeries)->second);
current = entity_descriptor_map[Type::IfcLagTime] = newIfcEntityDescriptor(Type::IfcLagTime,entity_descriptor_map.find(Type::IfcSchedulingTime)->second);
@@ -1355,7 +1356,7 @@ void InitDescriptorMap() {
1355
1356
current = entity_descriptor_map[Type::IfcCartesianPointList] = newIfcEntityDescriptor(Type::IfcCartesianPointList,entity_descriptor_map.find(Type::IfcGeometricRepresentationItem)->second);
1356
1357
1357
1358
current = entity_descriptor_map[Type::IfcCartesianPointList3D] = newIfcEntityDescriptor(Type::IfcCartesianPointList3D,entity_descriptor_map.find(Type::IfcCartesianPointList)->second);
current = entity_descriptor_map[Type::IfcCartesianTransformationOperator] = newIfcEntityDescriptor(Type::IfcCartesianTransformationOperator,entity_descriptor_map.find(Type::IfcGeometricRepresentationItem)->second);
current = entity_descriptor_map[Type::IfcTessellatedFaceSet] = newIfcEntityDescriptor(Type::IfcTessellatedFaceSet,entity_descriptor_map.find(Type::IfcTessellatedItem)->second);
current = entity_descriptor_map[Type::IfcTransportElementType] = newIfcEntityDescriptor(Type::IfcTransportElementType,entity_descriptor_map.find(Type::IfcElementType)->second);
current = entity_descriptor_map[Type::IfcTriangulatedFaceSet] = newIfcEntityDescriptor(Type::IfcTriangulatedFaceSet,entity_descriptor_map.find(Type::IfcTessellatedFaceSet)->second);
current = entity_descriptor_map[Type::IfcWindowLiningProperties] = newIfcEntityDescriptor(Type::IfcWindowLiningProperties,entity_descriptor_map.find(Type::IfcPreDefinedPropertySet)->second);
current = entity_descriptor_map[Type::IfcRampType] = newIfcEntityDescriptor(Type::IfcRampType,entity_descriptor_map.find(Type::IfcBuildingElementType)->second);
current = entity_descriptor_map[Type::IfcRationalBSplineSurfaceWithKnots] = newIfcEntityDescriptor(Type::IfcRationalBSplineSurfaceWithKnots,entity_descriptor_map.find(Type::IfcBSplineSurfaceWithKnots)->second);
current = entity_descriptor_map[Type::IfcReinforcingElement] = newIfcEntityDescriptor(Type::IfcReinforcingElement,entity_descriptor_map.find(Type::IfcElementComponent)->second);
current = entity_descriptor_map[Type::IfcReinforcingElementType] = newIfcEntityDescriptor(Type::IfcReinforcingElementType,entity_descriptor_map.find(Type::IfcElementComponentType)->second);
0 commit comments