├── Dimensionsheet.pdf ├── Example1_Create_Pattern.m ├── Example1_Create_Pattern.pdf ├── Example2_Shirt_for_fabrication.m ├── Example2_Shirt_for_fabrication.pdf ├── LICENSE ├── PLBezier2P2T.m ├── PLBezier3P.m ├── PLBezier4P.m ├── PLBezierPT.m ├── PLCurveLength.m ├── PLaddauxpoints.m ├── PLwriteSVG2.m ├── Pattern_example.png ├── README.md ├── Template_Label.svg ├── Tutorials_templates ├── 01a_Important_information_cuff.pdf ├── 01b_Important_information_hem.pdf ├── 01c_Important_information_rolled_hem.pdf ├── 02_Cut.pdf ├── 03_Breast_dart.pdf ├── 04_Shoulder_seam.pdf ├── 05_Arm_seam.pdf ├── 06_Side_seam_with_arm.pdf ├── 07_Side_seam_without_arm.pdf ├── 08_Round_neck.pdf ├── 09_V_neck.pdf ├── 10_Cuff.pdf ├── 11_Hem.pdf ├── 12_Rolled_hem.pdf └── Help-Terminology_fabric_cutting.pdf ├── create_P_between_P1P2_with_d.m ├── create_basic_pattern_back_part.m ├── create_basic_pattern_front_part.m ├── create_basic_pattern_sleeve.m ├── create_human_from_measurement.m ├── create_human_from_size.m ├── create_index.m ├── create_label.m ├── create_pattern_shirt.m ├── create_production_files.m ├── create_production_files_ep.m ├── create_production_files_lc.m ├── create_production_pattern_back_part.m ├── create_production_pattern_cuffs_neckline.m ├── create_production_pattern_cuffs_neckline_fine.m ├── create_production_pattern_cuffs_neckline_simple.m ├── create_production_pattern_front_part.m ├── create_production_pattern_sleeve.m ├── create_sleeve_contour.m ├── help_on_fabrication.m ├── human_example.mat ├── optimize_production_pattern_front_part.m ├── plot_all_sizes.m ├── plot_basic_pattern.m ├── plot_construction_points.m ├── plot_construction_points_sleeve.m ├── plot_line_2P.m ├── plot_production_pattern.m ├── shirt_extern_production_one.m ├── shirt_extern_production_two.m ├── shirt_intern_cutting_extern_sewing.m └── shirt_intern_production.m /Dimensionsheet.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ChristinaHein/shirt/HEAD/Dimensionsheet.pdf -------------------------------------------------------------------------------- /Example1_Create_Pattern.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ChristinaHein/shirt/HEAD/Example1_Create_Pattern.m -------------------------------------------------------------------------------- /Example1_Create_Pattern.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ChristinaHein/shirt/HEAD/Example1_Create_Pattern.pdf -------------------------------------------------------------------------------- /Example2_Shirt_for_fabrication.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ChristinaHein/shirt/HEAD/Example2_Shirt_for_fabrication.m -------------------------------------------------------------------------------- /Example2_Shirt_for_fabrication.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ChristinaHein/shirt/HEAD/Example2_Shirt_for_fabrication.pdf -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ChristinaHein/shirt/HEAD/LICENSE -------------------------------------------------------------------------------- /PLBezier2P2T.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ChristinaHein/shirt/HEAD/PLBezier2P2T.m -------------------------------------------------------------------------------- /PLBezier3P.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ChristinaHein/shirt/HEAD/PLBezier3P.m -------------------------------------------------------------------------------- /PLBezier4P.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ChristinaHein/shirt/HEAD/PLBezier4P.m -------------------------------------------------------------------------------- /PLBezierPT.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ChristinaHein/shirt/HEAD/PLBezierPT.m -------------------------------------------------------------------------------- /PLCurveLength.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ChristinaHein/shirt/HEAD/PLCurveLength.m -------------------------------------------------------------------------------- /PLaddauxpoints.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ChristinaHein/shirt/HEAD/PLaddauxpoints.m -------------------------------------------------------------------------------- /PLwriteSVG2.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ChristinaHein/shirt/HEAD/PLwriteSVG2.m -------------------------------------------------------------------------------- /Pattern_example.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ChristinaHein/shirt/HEAD/Pattern_example.png -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ChristinaHein/shirt/HEAD/README.md -------------------------------------------------------------------------------- /Template_Label.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ChristinaHein/shirt/HEAD/Template_Label.svg -------------------------------------------------------------------------------- /Tutorials_templates/01a_Important_information_cuff.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ChristinaHein/shirt/HEAD/Tutorials_templates/01a_Important_information_cuff.pdf -------------------------------------------------------------------------------- /Tutorials_templates/01b_Important_information_hem.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ChristinaHein/shirt/HEAD/Tutorials_templates/01b_Important_information_hem.pdf -------------------------------------------------------------------------------- /Tutorials_templates/01c_Important_information_rolled_hem.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ChristinaHein/shirt/HEAD/Tutorials_templates/01c_Important_information_rolled_hem.pdf -------------------------------------------------------------------------------- /Tutorials_templates/02_Cut.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ChristinaHein/shirt/HEAD/Tutorials_templates/02_Cut.pdf -------------------------------------------------------------------------------- /Tutorials_templates/03_Breast_dart.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ChristinaHein/shirt/HEAD/Tutorials_templates/03_Breast_dart.pdf -------------------------------------------------------------------------------- /Tutorials_templates/04_Shoulder_seam.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ChristinaHein/shirt/HEAD/Tutorials_templates/04_Shoulder_seam.pdf -------------------------------------------------------------------------------- /Tutorials_templates/05_Arm_seam.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ChristinaHein/shirt/HEAD/Tutorials_templates/05_Arm_seam.pdf -------------------------------------------------------------------------------- /Tutorials_templates/06_Side_seam_with_arm.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ChristinaHein/shirt/HEAD/Tutorials_templates/06_Side_seam_with_arm.pdf -------------------------------------------------------------------------------- /Tutorials_templates/07_Side_seam_without_arm.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ChristinaHein/shirt/HEAD/Tutorials_templates/07_Side_seam_without_arm.pdf -------------------------------------------------------------------------------- /Tutorials_templates/08_Round_neck.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ChristinaHein/shirt/HEAD/Tutorials_templates/08_Round_neck.pdf -------------------------------------------------------------------------------- /Tutorials_templates/09_V_neck.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ChristinaHein/shirt/HEAD/Tutorials_templates/09_V_neck.pdf -------------------------------------------------------------------------------- /Tutorials_templates/10_Cuff.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ChristinaHein/shirt/HEAD/Tutorials_templates/10_Cuff.pdf -------------------------------------------------------------------------------- /Tutorials_templates/11_Hem.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ChristinaHein/shirt/HEAD/Tutorials_templates/11_Hem.pdf -------------------------------------------------------------------------------- /Tutorials_templates/12_Rolled_hem.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ChristinaHein/shirt/HEAD/Tutorials_templates/12_Rolled_hem.pdf -------------------------------------------------------------------------------- /Tutorials_templates/Help-Terminology_fabric_cutting.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ChristinaHein/shirt/HEAD/Tutorials_templates/Help-Terminology_fabric_cutting.pdf -------------------------------------------------------------------------------- /create_P_between_P1P2_with_d.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ChristinaHein/shirt/HEAD/create_P_between_P1P2_with_d.m -------------------------------------------------------------------------------- /create_basic_pattern_back_part.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ChristinaHein/shirt/HEAD/create_basic_pattern_back_part.m -------------------------------------------------------------------------------- /create_basic_pattern_front_part.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ChristinaHein/shirt/HEAD/create_basic_pattern_front_part.m -------------------------------------------------------------------------------- /create_basic_pattern_sleeve.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ChristinaHein/shirt/HEAD/create_basic_pattern_sleeve.m -------------------------------------------------------------------------------- /create_human_from_measurement.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ChristinaHein/shirt/HEAD/create_human_from_measurement.m -------------------------------------------------------------------------------- /create_human_from_size.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ChristinaHein/shirt/HEAD/create_human_from_size.m -------------------------------------------------------------------------------- /create_index.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ChristinaHein/shirt/HEAD/create_index.m -------------------------------------------------------------------------------- /create_label.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ChristinaHein/shirt/HEAD/create_label.m -------------------------------------------------------------------------------- /create_pattern_shirt.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ChristinaHein/shirt/HEAD/create_pattern_shirt.m -------------------------------------------------------------------------------- /create_production_files.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ChristinaHein/shirt/HEAD/create_production_files.m -------------------------------------------------------------------------------- /create_production_files_ep.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ChristinaHein/shirt/HEAD/create_production_files_ep.m -------------------------------------------------------------------------------- /create_production_files_lc.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ChristinaHein/shirt/HEAD/create_production_files_lc.m -------------------------------------------------------------------------------- /create_production_pattern_back_part.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ChristinaHein/shirt/HEAD/create_production_pattern_back_part.m -------------------------------------------------------------------------------- /create_production_pattern_cuffs_neckline.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ChristinaHein/shirt/HEAD/create_production_pattern_cuffs_neckline.m -------------------------------------------------------------------------------- /create_production_pattern_cuffs_neckline_fine.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ChristinaHein/shirt/HEAD/create_production_pattern_cuffs_neckline_fine.m -------------------------------------------------------------------------------- /create_production_pattern_cuffs_neckline_simple.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ChristinaHein/shirt/HEAD/create_production_pattern_cuffs_neckline_simple.m -------------------------------------------------------------------------------- /create_production_pattern_front_part.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ChristinaHein/shirt/HEAD/create_production_pattern_front_part.m -------------------------------------------------------------------------------- /create_production_pattern_sleeve.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ChristinaHein/shirt/HEAD/create_production_pattern_sleeve.m -------------------------------------------------------------------------------- /create_sleeve_contour.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ChristinaHein/shirt/HEAD/create_sleeve_contour.m -------------------------------------------------------------------------------- /help_on_fabrication.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ChristinaHein/shirt/HEAD/help_on_fabrication.m -------------------------------------------------------------------------------- /human_example.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ChristinaHein/shirt/HEAD/human_example.mat -------------------------------------------------------------------------------- /optimize_production_pattern_front_part.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ChristinaHein/shirt/HEAD/optimize_production_pattern_front_part.m -------------------------------------------------------------------------------- /plot_all_sizes.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ChristinaHein/shirt/HEAD/plot_all_sizes.m -------------------------------------------------------------------------------- /plot_basic_pattern.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ChristinaHein/shirt/HEAD/plot_basic_pattern.m -------------------------------------------------------------------------------- /plot_construction_points.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ChristinaHein/shirt/HEAD/plot_construction_points.m -------------------------------------------------------------------------------- /plot_construction_points_sleeve.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ChristinaHein/shirt/HEAD/plot_construction_points_sleeve.m -------------------------------------------------------------------------------- /plot_line_2P.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ChristinaHein/shirt/HEAD/plot_line_2P.m -------------------------------------------------------------------------------- /plot_production_pattern.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ChristinaHein/shirt/HEAD/plot_production_pattern.m -------------------------------------------------------------------------------- /shirt_extern_production_one.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ChristinaHein/shirt/HEAD/shirt_extern_production_one.m -------------------------------------------------------------------------------- /shirt_extern_production_two.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ChristinaHein/shirt/HEAD/shirt_extern_production_two.m -------------------------------------------------------------------------------- /shirt_intern_cutting_extern_sewing.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ChristinaHein/shirt/HEAD/shirt_intern_cutting_extern_sewing.m -------------------------------------------------------------------------------- /shirt_intern_production.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ChristinaHein/shirt/HEAD/shirt_intern_production.m --------------------------------------------------------------------------------