refactor: rebrand project to HartOMat
This commit is contained in:
@@ -0,0 +1,48 @@
|
||||
"""HartOMat standard materials — single source of truth.
|
||||
|
||||
Naming convention: HARTOMAT_[TypeCode(2)][SubType(2)][Consecutive(2)]_[Name-Parts-Dashed]
|
||||
Type codes: 01=Metals, 02=Coatings, 03=Non-metals, 04=Compounds, 05=Misc
|
||||
"""
|
||||
|
||||
HARTOMAT_MATERIALS: list[dict] = [
|
||||
# --- 01 Metals ---
|
||||
{"name": "HARTOMAT_010101_Steel-Bare", "description": "Stahl / Stahl, glänzend / Stahl, konserviert", "hartomat_code": 10101, "source": "hartomat_standard"},
|
||||
{"name": "HARTOMAT_010102_Steel-Burnished", "description": "Stahl, brüniert", "hartomat_code": 10102, "source": "hartomat_standard"},
|
||||
{"name": "HARTOMAT_010103_Steel-Galvanized", "description": "Stahl, verzinkt", "hartomat_code": 10103, "source": "hartomat_standard"},
|
||||
{"name": "HARTOMAT_010104_Steel-Casted", "description": "Stahl Körnung", "hartomat_code": 10104, "source": "hartomat_standard"},
|
||||
{"name": "HARTOMAT_010105_Steel-Plate", "description": "Stahlblech", "hartomat_code": 10105, "source": "hartomat_standard"},
|
||||
{"name": "HARTOMAT_010201_Niro", "description": "Niro", "hartomat_code": 10201, "source": "hartomat_standard"},
|
||||
{"name": "HARTOMAT_010301_Tin", "description": "MU-Stahl, Zinnüberzug / MX-Stahl, Zinnüberzug", "hartomat_code": 10301, "source": "hartomat_standard"},
|
||||
{"name": "HARTOMAT_010401_Aluminium", "description": "Aluminium", "hartomat_code": 10401, "source": "hartomat_standard"},
|
||||
{"name": "HARTOMAT_010501_Brass", "description": "Messing", "hartomat_code": 10501, "source": "hartomat_standard"},
|
||||
{"name": "HARTOMAT_010601_Bronze", "description": "MU-B, Bronze", "hartomat_code": 10601, "source": "hartomat_standard"},
|
||||
# --- 02 Coatings ---
|
||||
{"name": "HARTOMAT_020101_Durotect-Blue", "description": "Stahl, Durotect CMT", "hartomat_code": 20101, "source": "hartomat_standard"},
|
||||
{"name": "HARTOMAT_020102_Durotect-Black", "description": "Stahl, Durotect M", "hartomat_code": 20102, "source": "hartomat_standard"},
|
||||
{"name": "HARTOMAT_020201_Coat-Black", "description": "", "hartomat_code": 20201, "source": "hartomat_standard"},
|
||||
# --- 03 Non-metals ---
|
||||
{"name": "HARTOMAT_030101_Elastomer-Brown", "description": "Elastomer, braun", "hartomat_code": 30101, "source": "hartomat_standard"},
|
||||
{"name": "HARTOMAT_030102_Elastomer-Green", "description": "Elastomer, grün", "hartomat_code": 30102, "source": "hartomat_standard"},
|
||||
{"name": "HARTOMAT_030103_Elastomer-Black", "description": "Elastomer, schwarz", "hartomat_code": 30103, "source": "hartomat_standard"},
|
||||
{"name": "HARTOMAT_030201_Plastic-Brown", "description": "Kunststoff, braun", "hartomat_code": 30201, "source": "hartomat_standard"},
|
||||
{"name": "HARTOMAT_030202_Plastic-Green", "description": "Kunststoff, grün", "hartomat_code": 30202, "source": "hartomat_standard"},
|
||||
{"name": "HARTOMAT_030203_Plastic-Black", "description": "Kunststoff, schwarz", "hartomat_code": 30203, "source": "hartomat_standard"},
|
||||
{"name": "HARTOMAT_030204_Plastic-Blue", "description": "Kunststoff, blau", "hartomat_code": 30204, "source": "hartomat_standard"},
|
||||
{"name": "HARTOMAT_030205_Plastic-White", "description": "Kunststoff, weiß", "hartomat_code": 30205, "source": "hartomat_standard"},
|
||||
{"name": "HARTOMAT_030301_Plastic-Clear", "description": "Kunststoff, durchsichtig", "hartomat_code": 30301, "source": "hartomat_standard"},
|
||||
{"name": "HARTOMAT_030302_Plastic-Translucent-White", "description": "", "hartomat_code": 30302, "source": "hartomat_standard"},
|
||||
{"name": "HARTOMAT_030401_TPU-Blue", "description": "TPU, blau", "hartomat_code": 30401, "source": "hartomat_standard"},
|
||||
{"name": "HARTOMAT_030501_Ceramic-Black", "description": "Keramik, schwarz", "hartomat_code": 30501, "source": "hartomat_standard"},
|
||||
# --- 04 Compounds ---
|
||||
{"name": "HARTOMAT_040101_E40", "description": "E40", "hartomat_code": 40101, "source": "hartomat_standard"},
|
||||
{"name": "HARTOMAT_040102_E50", "description": "E50", "hartomat_code": 40102, "source": "hartomat_standard"},
|
||||
{"name": "HARTOMAT_040201_Elgoglide", "description": "Elgoglide", "hartomat_code": 40201, "source": "hartomat_standard"},
|
||||
{"name": "HARTOMAT_040202_Elgotex", "description": "Elgotex, schwarz", "hartomat_code": 40202, "source": "hartomat_standard"},
|
||||
{"name": "HARTOMAT_040301_PTFE-Niro-Compound", "description": "PTFE-Compound, Niro-Verbund", "hartomat_code": 40301, "source": "hartomat_standard"},
|
||||
{"name": "HARTOMAT_040302_PTFE-Foil", "description": "PTFE-Folie", "hartomat_code": 40302, "source": "hartomat_standard"},
|
||||
{"name": "HARTOMAT_040303_PTFE-Compound-Black", "description": "PTFE-Verbund, schwarz", "hartomat_code": 40303, "source": "hartomat_standard"},
|
||||
{"name": "HARTOMAT_040304_PTFE-Compound-Orange", "description": "PTFE-Verbundwerkstoff", "hartomat_code": 40304, "source": "hartomat_standard"},
|
||||
{"name": "HARTOMAT_040305_GFK-PTFE-Compound", "description": "GFK+PTFE Verbundwerkstoff, schwarz / TPU, schwarz", "hartomat_code": 40305, "source": "hartomat_standard"},
|
||||
# --- 05 Misc ---
|
||||
{"name": "HARTOMAT_059999_FailedMaterial", "description": "", "hartomat_code": 59999, "source": "hartomat_standard"},
|
||||
]
|
||||
@@ -1,9 +1,9 @@
|
||||
"""Material alias seed data — derived from naming_scheme.xlsx Materialmapping sheet.
|
||||
|
||||
Each entry maps a SCHAEFFLER library material name to its known aliases:
|
||||
Each entry maps a HARTOMAT library material name to its known aliases:
|
||||
- German description (Col A from Materialmapping)
|
||||
- Intermediate identifier (Col B, e.g. "Steel_black_oxided--Stahl_brueniert")
|
||||
- Schaeffler code as string (e.g. "10102")
|
||||
- HartOMat code as string (e.g. "10102")
|
||||
- German variants (singular/plural, abbreviations, industry terms, DIN/EN standards)
|
||||
- English equivalents commonly used in German engineering contexts
|
||||
"""
|
||||
@@ -13,7 +13,7 @@ MATERIAL_ALIAS_SEEDS: list[dict] = [
|
||||
# --- 01 Metals ---
|
||||
# =====================================================================
|
||||
{
|
||||
"material_name": "SCHAEFFLER_010101_Steel-Bare",
|
||||
"material_name": "HARTOMAT_010101_Steel-Bare",
|
||||
"aliases": [
|
||||
"Stahl",
|
||||
"Stahl, glänzend",
|
||||
@@ -66,7 +66,7 @@ MATERIAL_ALIAS_SEEDS: list[dict] = [
|
||||
],
|
||||
},
|
||||
{
|
||||
"material_name": "SCHAEFFLER_010102_Steel-Burnished",
|
||||
"material_name": "HARTOMAT_010102_Steel-Burnished",
|
||||
"aliases": [
|
||||
"Stahl, brüniert",
|
||||
"Steel_black_oxided--Stahl_brueniert",
|
||||
@@ -94,7 +94,7 @@ MATERIAL_ALIAS_SEEDS: list[dict] = [
|
||||
],
|
||||
},
|
||||
{
|
||||
"material_name": "SCHAEFFLER_010103_Steel-Galvanized",
|
||||
"material_name": "HARTOMAT_010103_Steel-Galvanized",
|
||||
"aliases": [
|
||||
"Stahl, verzinkt",
|
||||
"Steel_galvanized--Stahl_verzinkt",
|
||||
@@ -130,7 +130,7 @@ MATERIAL_ALIAS_SEEDS: list[dict] = [
|
||||
],
|
||||
},
|
||||
{
|
||||
"material_name": "SCHAEFFLER_010104_Steel-Casted",
|
||||
"material_name": "HARTOMAT_010104_Steel-Casted",
|
||||
"aliases": [
|
||||
"Stahl Körnung",
|
||||
"Guss",
|
||||
@@ -169,7 +169,7 @@ MATERIAL_ALIAS_SEEDS: list[dict] = [
|
||||
],
|
||||
},
|
||||
{
|
||||
"material_name": "SCHAEFFLER_010105_Steel-Plate",
|
||||
"material_name": "HARTOMAT_010105_Steel-Plate",
|
||||
"aliases": [
|
||||
"Stahlblech",
|
||||
"Steel_sheet--Stahlblech",
|
||||
@@ -204,7 +204,7 @@ MATERIAL_ALIAS_SEEDS: list[dict] = [
|
||||
],
|
||||
},
|
||||
{
|
||||
"material_name": "SCHAEFFLER_010201_Niro",
|
||||
"material_name": "HARTOMAT_010201_Niro",
|
||||
"aliases": [
|
||||
"Niro",
|
||||
"Steel_stainless--Niro",
|
||||
@@ -248,7 +248,7 @@ MATERIAL_ALIAS_SEEDS: list[dict] = [
|
||||
],
|
||||
},
|
||||
{
|
||||
"material_name": "SCHAEFFLER_010301_Tin",
|
||||
"material_name": "HARTOMAT_010301_Tin",
|
||||
"aliases": [
|
||||
"Zinnüberzug",
|
||||
"Tin--Zinn",
|
||||
@@ -278,7 +278,7 @@ MATERIAL_ALIAS_SEEDS: list[dict] = [
|
||||
],
|
||||
},
|
||||
{
|
||||
"material_name": "SCHAEFFLER_010401_Aluminium",
|
||||
"material_name": "HARTOMAT_010401_Aluminium",
|
||||
"aliases": [
|
||||
"Aluminium",
|
||||
"Aluminium--Aluminium",
|
||||
@@ -319,7 +319,7 @@ MATERIAL_ALIAS_SEEDS: list[dict] = [
|
||||
],
|
||||
},
|
||||
{
|
||||
"material_name": "SCHAEFFLER_010501_Brass",
|
||||
"material_name": "HARTOMAT_010501_Brass",
|
||||
"aliases": [
|
||||
"Messing",
|
||||
"Brass--Messing",
|
||||
@@ -351,7 +351,7 @@ MATERIAL_ALIAS_SEEDS: list[dict] = [
|
||||
],
|
||||
},
|
||||
{
|
||||
"material_name": "SCHAEFFLER_010601_Bronze",
|
||||
"material_name": "HARTOMAT_010601_Bronze",
|
||||
"aliases": [
|
||||
"MU-B; Bronze",
|
||||
"Bronze",
|
||||
@@ -393,7 +393,7 @@ MATERIAL_ALIAS_SEEDS: list[dict] = [
|
||||
# --- 02 Coatings ---
|
||||
# =====================================================================
|
||||
{
|
||||
"material_name": "SCHAEFFLER_020101_Durotect-Blue",
|
||||
"material_name": "HARTOMAT_020101_Durotect-Blue",
|
||||
"aliases": [
|
||||
"Stahl, Durotect CMT",
|
||||
"Durotect_CMT--Durotect_CMT",
|
||||
@@ -414,7 +414,7 @@ MATERIAL_ALIAS_SEEDS: list[dict] = [
|
||||
],
|
||||
},
|
||||
{
|
||||
"material_name": "SCHAEFFLER_020102_Durotect-Black",
|
||||
"material_name": "HARTOMAT_020102_Durotect-Black",
|
||||
"aliases": [
|
||||
"Stahl, Durotect M",
|
||||
"Stahl; Durotect M",
|
||||
@@ -435,7 +435,7 @@ MATERIAL_ALIAS_SEEDS: list[dict] = [
|
||||
],
|
||||
},
|
||||
{
|
||||
"material_name": "SCHAEFFLER_020201_Coat-Black",
|
||||
"material_name": "HARTOMAT_020201_Coat-Black",
|
||||
"aliases": [
|
||||
"Stahl, schwarz",
|
||||
"Steel_coated_black--Stahl_beschichtet_schwarz",
|
||||
@@ -468,7 +468,7 @@ MATERIAL_ALIAS_SEEDS: list[dict] = [
|
||||
# --- 03 Non-metals ---
|
||||
# =====================================================================
|
||||
{
|
||||
"material_name": "SCHAEFFLER_030101_Elastomer-Brown",
|
||||
"material_name": "HARTOMAT_030101_Elastomer-Brown",
|
||||
"aliases": [
|
||||
"Elastomer, braun",
|
||||
"Elastomer_brown--Elastomer_braun",
|
||||
@@ -493,7 +493,7 @@ MATERIAL_ALIAS_SEEDS: list[dict] = [
|
||||
],
|
||||
},
|
||||
{
|
||||
"material_name": "SCHAEFFLER_030102_Elastomer-Green",
|
||||
"material_name": "HARTOMAT_030102_Elastomer-Green",
|
||||
"aliases": [
|
||||
"Elastomer, grün",
|
||||
"Elastomer_green--Elastomer_gruen",
|
||||
@@ -518,7 +518,7 @@ MATERIAL_ALIAS_SEEDS: list[dict] = [
|
||||
],
|
||||
},
|
||||
{
|
||||
"material_name": "SCHAEFFLER_030103_Elastomer-Black",
|
||||
"material_name": "HARTOMAT_030103_Elastomer-Black",
|
||||
"aliases": [
|
||||
"Elastomer, schwarz",
|
||||
"Eslastomer_black--Elastomer_schwarz",
|
||||
@@ -557,7 +557,7 @@ MATERIAL_ALIAS_SEEDS: list[dict] = [
|
||||
],
|
||||
},
|
||||
{
|
||||
"material_name": "SCHAEFFLER_030201_Plastic-Brown",
|
||||
"material_name": "HARTOMAT_030201_Plastic-Brown",
|
||||
"aliases": [
|
||||
"Kunststoff, braun",
|
||||
"Plastic_brown--Kunststoff_braun",
|
||||
@@ -585,7 +585,7 @@ MATERIAL_ALIAS_SEEDS: list[dict] = [
|
||||
],
|
||||
},
|
||||
{
|
||||
"material_name": "SCHAEFFLER_030202_Plastic-Green",
|
||||
"material_name": "HARTOMAT_030202_Plastic-Green",
|
||||
"aliases": [
|
||||
"Kunststoff, grün",
|
||||
"Plastic_green--Kunststoff_gruen",
|
||||
@@ -612,7 +612,7 @@ MATERIAL_ALIAS_SEEDS: list[dict] = [
|
||||
],
|
||||
},
|
||||
{
|
||||
"material_name": "SCHAEFFLER_030203_Plastic-Black",
|
||||
"material_name": "HARTOMAT_030203_Plastic-Black",
|
||||
"aliases": [
|
||||
"Kunststoff, schwarz",
|
||||
"Plastic_black--Kunststoff_schwarz",
|
||||
@@ -642,7 +642,7 @@ MATERIAL_ALIAS_SEEDS: list[dict] = [
|
||||
],
|
||||
},
|
||||
{
|
||||
"material_name": "SCHAEFFLER_030204_Plastic-Blue",
|
||||
"material_name": "HARTOMAT_030204_Plastic-Blue",
|
||||
"aliases": [
|
||||
"Kunststoff, blau",
|
||||
"Plastic_blue--Kunststoff_blau",
|
||||
@@ -668,7 +668,7 @@ MATERIAL_ALIAS_SEEDS: list[dict] = [
|
||||
],
|
||||
},
|
||||
{
|
||||
"material_name": "SCHAEFFLER_030205_Plastic-White",
|
||||
"material_name": "HARTOMAT_030205_Plastic-White",
|
||||
"aliases": [
|
||||
"Kunststoff, weiß",
|
||||
"Plastic_white--Kunststoff_weiss",
|
||||
@@ -702,7 +702,7 @@ MATERIAL_ALIAS_SEEDS: list[dict] = [
|
||||
],
|
||||
},
|
||||
{
|
||||
"material_name": "SCHAEFFLER_030301_Plastic-Clear",
|
||||
"material_name": "HARTOMAT_030301_Plastic-Clear",
|
||||
"aliases": [
|
||||
"Kunststoff, durchsichtig",
|
||||
"Plastic_clear--Kunststoff_durchsichtig",
|
||||
@@ -738,7 +738,7 @@ MATERIAL_ALIAS_SEEDS: list[dict] = [
|
||||
],
|
||||
},
|
||||
{
|
||||
"material_name": "SCHAEFFLER_030302_Plastic-Translucent-White",
|
||||
"material_name": "HARTOMAT_030302_Plastic-Translucent-White",
|
||||
"aliases": [
|
||||
"Plastic_translucent_white--Kunststoff_transluzent_weiss",
|
||||
"30302",
|
||||
@@ -769,7 +769,7 @@ MATERIAL_ALIAS_SEEDS: list[dict] = [
|
||||
],
|
||||
},
|
||||
{
|
||||
"material_name": "SCHAEFFLER_030401_TPU-Blue",
|
||||
"material_name": "HARTOMAT_030401_TPU-Blue",
|
||||
"aliases": [
|
||||
"TPU, blau",
|
||||
"Elastomer_blue--Elastomer_blau",
|
||||
@@ -798,7 +798,7 @@ MATERIAL_ALIAS_SEEDS: list[dict] = [
|
||||
],
|
||||
},
|
||||
{
|
||||
"material_name": "SCHAEFFLER_030501_Ceramic-Black",
|
||||
"material_name": "HARTOMAT_030501_Ceramic-Black",
|
||||
"aliases": [
|
||||
"Keramik, schwarz",
|
||||
"Ceramics_black--Keramik_schwarz",
|
||||
@@ -834,7 +834,7 @@ MATERIAL_ALIAS_SEEDS: list[dict] = [
|
||||
# --- 04 Compounds ---
|
||||
# =====================================================================
|
||||
{
|
||||
"material_name": "SCHAEFFLER_040101_E40",
|
||||
"material_name": "HARTOMAT_040101_E40",
|
||||
"aliases": [
|
||||
"E40",
|
||||
"E40--E40",
|
||||
@@ -851,7 +851,7 @@ MATERIAL_ALIAS_SEEDS: list[dict] = [
|
||||
],
|
||||
},
|
||||
{
|
||||
"material_name": "SCHAEFFLER_040102_E50",
|
||||
"material_name": "HARTOMAT_040102_E50",
|
||||
"aliases": [
|
||||
"E50",
|
||||
"E50--E50",
|
||||
@@ -868,7 +868,7 @@ MATERIAL_ALIAS_SEEDS: list[dict] = [
|
||||
],
|
||||
},
|
||||
{
|
||||
"material_name": "SCHAEFFLER_040201_Elgoglide",
|
||||
"material_name": "HARTOMAT_040201_Elgoglide",
|
||||
"aliases": [
|
||||
"Elgoglide",
|
||||
"Elgoglide--Elgoglide",
|
||||
@@ -886,7 +886,7 @@ MATERIAL_ALIAS_SEEDS: list[dict] = [
|
||||
],
|
||||
},
|
||||
{
|
||||
"material_name": "SCHAEFFLER_040202_Elgotex",
|
||||
"material_name": "HARTOMAT_040202_Elgotex",
|
||||
"aliases": [
|
||||
"Elgotex, schwarz",
|
||||
"Elgotex--Elgotex",
|
||||
@@ -907,7 +907,7 @@ MATERIAL_ALIAS_SEEDS: list[dict] = [
|
||||
],
|
||||
},
|
||||
{
|
||||
"material_name": "SCHAEFFLER_040301_PTFE-Niro-Compound",
|
||||
"material_name": "HARTOMAT_040301_PTFE-Niro-Compound",
|
||||
"aliases": [
|
||||
"PTFE-Compound, Niro-Verbund",
|
||||
"PTFE_compound_stainless_steel_composite--PTFE_Compound_Niro_Verbund",
|
||||
@@ -933,7 +933,7 @@ MATERIAL_ALIAS_SEEDS: list[dict] = [
|
||||
],
|
||||
},
|
||||
{
|
||||
"material_name": "SCHAEFFLER_040302_PTFE-Foil",
|
||||
"material_name": "HARTOMAT_040302_PTFE-Foil",
|
||||
"aliases": [
|
||||
"PTFE-Folie",
|
||||
"PTFE_film--PTFE_Folie",
|
||||
@@ -962,7 +962,7 @@ MATERIAL_ALIAS_SEEDS: list[dict] = [
|
||||
],
|
||||
},
|
||||
{
|
||||
"material_name": "SCHAEFFLER_040303_PTFE-Compound-Black",
|
||||
"material_name": "HARTOMAT_040303_PTFE-Compound-Black",
|
||||
"aliases": [
|
||||
"PTFE-Verbund, schwarz",
|
||||
"PTFE_compound_black--PTFE_Verbund_schwarz",
|
||||
@@ -987,7 +987,7 @@ MATERIAL_ALIAS_SEEDS: list[dict] = [
|
||||
],
|
||||
},
|
||||
{
|
||||
"material_name": "SCHAEFFLER_040304_PTFE-Compound-Orange",
|
||||
"material_name": "HARTOMAT_040304_PTFE-Compound-Orange",
|
||||
"aliases": [
|
||||
"PTFE-Verbundwerkstoff",
|
||||
"PTFE_composite_material_orange--PTFE_Verbundwerkstoff_orange",
|
||||
@@ -1014,7 +1014,7 @@ MATERIAL_ALIAS_SEEDS: list[dict] = [
|
||||
],
|
||||
},
|
||||
{
|
||||
"material_name": "SCHAEFFLER_040305_GFK-PTFE-Compound",
|
||||
"material_name": "HARTOMAT_040305_GFK-PTFE-Compound",
|
||||
"aliases": [
|
||||
"GFK+PTFE Verbundwerkstoff, schwarz",
|
||||
"GFK_PTFE_compound--GFK_PTFE_Verbundwerkstoff",
|
||||
|
||||
@@ -1,48 +0,0 @@
|
||||
"""Schaeffler standard materials — single source of truth.
|
||||
|
||||
Naming convention: SCHAEFFLER_[TypeCode(2)][SubType(2)][Consecutive(2)]_[Name-Parts-Dashed]
|
||||
Type codes: 01=Metals, 02=Coatings, 03=Non-metals, 04=Compounds, 05=Misc
|
||||
"""
|
||||
|
||||
SCHAEFFLER_MATERIALS: list[dict] = [
|
||||
# --- 01 Metals ---
|
||||
{"name": "SCHAEFFLER_010101_Steel-Bare", "description": "Stahl / Stahl, glänzend / Stahl, konserviert", "schaeffler_code": 10101, "source": "schaeffler_standard"},
|
||||
{"name": "SCHAEFFLER_010102_Steel-Burnished", "description": "Stahl, brüniert", "schaeffler_code": 10102, "source": "schaeffler_standard"},
|
||||
{"name": "SCHAEFFLER_010103_Steel-Galvanized", "description": "Stahl, verzinkt", "schaeffler_code": 10103, "source": "schaeffler_standard"},
|
||||
{"name": "SCHAEFFLER_010104_Steel-Casted", "description": "Stahl Körnung", "schaeffler_code": 10104, "source": "schaeffler_standard"},
|
||||
{"name": "SCHAEFFLER_010105_Steel-Plate", "description": "Stahlblech", "schaeffler_code": 10105, "source": "schaeffler_standard"},
|
||||
{"name": "SCHAEFFLER_010201_Niro", "description": "Niro", "schaeffler_code": 10201, "source": "schaeffler_standard"},
|
||||
{"name": "SCHAEFFLER_010301_Tin", "description": "MU-Stahl, Zinnüberzug / MX-Stahl, Zinnüberzug", "schaeffler_code": 10301, "source": "schaeffler_standard"},
|
||||
{"name": "SCHAEFFLER_010401_Aluminium", "description": "Aluminium", "schaeffler_code": 10401, "source": "schaeffler_standard"},
|
||||
{"name": "SCHAEFFLER_010501_Brass", "description": "Messing", "schaeffler_code": 10501, "source": "schaeffler_standard"},
|
||||
{"name": "SCHAEFFLER_010601_Bronze", "description": "MU-B, Bronze", "schaeffler_code": 10601, "source": "schaeffler_standard"},
|
||||
# --- 02 Coatings ---
|
||||
{"name": "SCHAEFFLER_020101_Durotect-Blue", "description": "Stahl, Durotect CMT", "schaeffler_code": 20101, "source": "schaeffler_standard"},
|
||||
{"name": "SCHAEFFLER_020102_Durotect-Black", "description": "Stahl, Durotect M", "schaeffler_code": 20102, "source": "schaeffler_standard"},
|
||||
{"name": "SCHAEFFLER_020201_Coat-Black", "description": "", "schaeffler_code": 20201, "source": "schaeffler_standard"},
|
||||
# --- 03 Non-metals ---
|
||||
{"name": "SCHAEFFLER_030101_Elastomer-Brown", "description": "Elastomer, braun", "schaeffler_code": 30101, "source": "schaeffler_standard"},
|
||||
{"name": "SCHAEFFLER_030102_Elastomer-Green", "description": "Elastomer, grün", "schaeffler_code": 30102, "source": "schaeffler_standard"},
|
||||
{"name": "SCHAEFFLER_030103_Elastomer-Black", "description": "Elastomer, schwarz", "schaeffler_code": 30103, "source": "schaeffler_standard"},
|
||||
{"name": "SCHAEFFLER_030201_Plastic-Brown", "description": "Kunststoff, braun", "schaeffler_code": 30201, "source": "schaeffler_standard"},
|
||||
{"name": "SCHAEFFLER_030202_Plastic-Green", "description": "Kunststoff, grün", "schaeffler_code": 30202, "source": "schaeffler_standard"},
|
||||
{"name": "SCHAEFFLER_030203_Plastic-Black", "description": "Kunststoff, schwarz", "schaeffler_code": 30203, "source": "schaeffler_standard"},
|
||||
{"name": "SCHAEFFLER_030204_Plastic-Blue", "description": "Kunststoff, blau", "schaeffler_code": 30204, "source": "schaeffler_standard"},
|
||||
{"name": "SCHAEFFLER_030205_Plastic-White", "description": "Kunststoff, weiß", "schaeffler_code": 30205, "source": "schaeffler_standard"},
|
||||
{"name": "SCHAEFFLER_030301_Plastic-Clear", "description": "Kunststoff, durchsichtig", "schaeffler_code": 30301, "source": "schaeffler_standard"},
|
||||
{"name": "SCHAEFFLER_030302_Plastic-Translucent-White", "description": "", "schaeffler_code": 30302, "source": "schaeffler_standard"},
|
||||
{"name": "SCHAEFFLER_030401_TPU-Blue", "description": "TPU, blau", "schaeffler_code": 30401, "source": "schaeffler_standard"},
|
||||
{"name": "SCHAEFFLER_030501_Ceramic-Black", "description": "Keramik, schwarz", "schaeffler_code": 30501, "source": "schaeffler_standard"},
|
||||
# --- 04 Compounds ---
|
||||
{"name": "SCHAEFFLER_040101_E40", "description": "E40", "schaeffler_code": 40101, "source": "schaeffler_standard"},
|
||||
{"name": "SCHAEFFLER_040102_E50", "description": "E50", "schaeffler_code": 40102, "source": "schaeffler_standard"},
|
||||
{"name": "SCHAEFFLER_040201_Elgoglide", "description": "Elgoglide", "schaeffler_code": 40201, "source": "schaeffler_standard"},
|
||||
{"name": "SCHAEFFLER_040202_Elgotex", "description": "Elgotex, schwarz", "schaeffler_code": 40202, "source": "schaeffler_standard"},
|
||||
{"name": "SCHAEFFLER_040301_PTFE-Niro-Compound", "description": "PTFE-Compound, Niro-Verbund", "schaeffler_code": 40301, "source": "schaeffler_standard"},
|
||||
{"name": "SCHAEFFLER_040302_PTFE-Foil", "description": "PTFE-Folie", "schaeffler_code": 40302, "source": "schaeffler_standard"},
|
||||
{"name": "SCHAEFFLER_040303_PTFE-Compound-Black", "description": "PTFE-Verbund, schwarz", "schaeffler_code": 40303, "source": "schaeffler_standard"},
|
||||
{"name": "SCHAEFFLER_040304_PTFE-Compound-Orange", "description": "PTFE-Verbundwerkstoff", "schaeffler_code": 40304, "source": "schaeffler_standard"},
|
||||
{"name": "SCHAEFFLER_040305_GFK-PTFE-Compound", "description": "GFK+PTFE Verbundwerkstoff, schwarz / TPU, schwarz", "schaeffler_code": 40305, "source": "schaeffler_standard"},
|
||||
# --- 05 Misc ---
|
||||
{"name": "SCHAEFFLER_059999_FailedMaterial", "description": "", "schaeffler_code": 59999, "source": "schaeffler_standard"},
|
||||
]
|
||||
Reference in New Issue
Block a user