1
0
Fork 0
freesewing/packages/models/src/index.js

95 lines
2.5 KiB
JavaScript
Raw Normal View History

export default {
2018-08-10 16:26:06 +02:00
men: {
manSize34: {
bicepsCircumference: 335,
centerBackNeckToWaist: 489,
chestCircumference: 849,
2018-09-12 09:01:57 +02:00
headCircumference: 570,
2018-08-10 16:26:06 +02:00
hipsCircumference: 722,
2018-09-12 09:01:57 +02:00
hipsToUpperLeg: 183,
2018-08-10 16:26:06 +02:00
naturalWaistToHip: 100,
neckCircumference: 366,
shoulderSlope: 43,
shoulderToShoulder: 419,
shoulderToWrist: 670,
2018-09-07 16:28:51 +02:00
upperLegCircumference: 565,
2018-09-12 09:01:57 +02:00
wristCircumference: 175
2018-08-10 16:26:06 +02:00
},
manSize36: {
bicepsCircumference: 290,
centerBackNeckToWaist: 492,
chestCircumference: 907,
2018-09-12 09:01:57 +02:00
headCircumference: 575,
2018-08-10 16:26:06 +02:00
hipsCircumference: 780,
2018-09-12 09:01:57 +02:00
hipsToUpperLeg: 193,
2018-08-10 16:26:06 +02:00
naturalWaistToHip: 105,
neckCircumference: 378,
shoulderSlope: 46,
shoulderToShoulder: 431,
shoulderToWrist: 675,
2018-09-07 16:28:51 +02:00
upperLegCircumference: 582,
2018-09-12 09:01:57 +02:00
wristCircumference: 180
2018-08-10 16:26:06 +02:00
},
manSize38: {
bicepsCircumference: 305,
centerBackNeckToWaist: 495,
chestCircumference: 965,
2018-09-12 09:01:57 +02:00
headCircumference: 580,
2018-08-10 16:26:06 +02:00
hipsCircumference: 838,
2018-09-12 09:01:57 +02:00
hipsToUpperLeg: 202,
2018-08-10 16:26:06 +02:00
naturalWaistToHip: 110,
neckCircumference: 391,
shoulderSlope: 49,
shoulderToShoulder: 444,
shoulderToWrist: 680,
2018-09-07 16:28:51 +02:00
upperLegCircumference: 598,
2018-09-12 09:01:57 +02:00
wristCircumference: 185
2018-08-10 16:26:06 +02:00
},
manSize40: {
bicepsCircumference: 320,
centerBackNeckToWaist: 498,
chestCircumference: 1023,
2018-09-12 09:01:57 +02:00
headCircumference: 585,
2018-08-10 16:26:06 +02:00
hipsCircumference: 896,
2018-09-12 09:01:57 +02:00
hipsToUpperLeg: 211,
2018-08-10 16:26:06 +02:00
naturalWaistToHip: 115,
neckCircumference: 404,
shoulderSlope: 52,
shoulderToShoulder: 457,
shoulderToWrist: 685,
2018-09-07 16:28:51 +02:00
upperLegCircumference: 614,
2018-09-12 09:01:57 +02:00
wristCircumference: 190
2018-08-10 16:26:06 +02:00
},
manSize42: {
bicepsCircumference: 335,
centerBackNeckToWaist: 501,
chestCircumference: 1081,
2018-09-12 09:01:57 +02:00
headCircumference: 590,
2018-08-10 16:26:06 +02:00
hipsCircumference: 895,
2018-09-12 09:01:57 +02:00
hipsToUpperLeg: 220,
2018-08-10 16:26:06 +02:00
naturalWaistToHip: 120,
neckCircumference: 416,
shoulderSlope: 55,
shoulderToShoulder: 470,
shoulderToWrist: 690,
2018-09-07 16:28:51 +02:00
upperLegCircumference: 630,
2018-09-12 09:01:57 +02:00
wristCircumference: 195
2018-08-10 16:26:06 +02:00
},
manSize44: {
bicepsCircumference: 350,
centerBackNeckToWaist: 505,
chestCircumference: 1139,
2018-09-12 09:01:57 +02:00
headCircumference: 595,
2018-08-10 16:26:06 +02:00
hipsCircumference: 1012,
2018-09-12 09:01:57 +02:00
hipsToUpperLeg: 229,
2018-08-10 16:26:06 +02:00
naturalWaistToHip: 125,
neckCircumference: 429,
shoulderSlope: 58,
shoulderToShoulder: 483,
shoulderToWrist: 700,
2018-09-07 16:28:51 +02:00
upperLegCircumference: 646,
2018-09-12 09:01:57 +02:00
wristCircumference: 200
2018-08-10 16:26:06 +02:00
}
}
2018-08-09 18:29:04 +02:00
};