// Copyright (C) 2001 Leena L�hteenm�ki, Finland // Copyright (C) 2012 PatternMaker Software // 2011/11/04 // 2021/06/22 Changed CURRENT_POINT to current_point for v8 double x[600], y[600]; double ang,ang2,vang,vdistance,rangle; object group_obj[200]; object current_object; point current_point; selection current_selection; double model,ky,ry,vy,yly,aly,rkkv,rk,vk,sp,sl,op; double ylk,alk,kay,ray,hp; double eml, tml, sml, smlyly,smlaly; double ktk,ktl,ptl,ptp,pts,rl,pk; double okt,oke; double ktpe,ktpt,ktp; double pit; double ease, f_ry[3],f_ky[3],f_vy[3],f_yly[3],f_aly[3],f_rkkv[3],f_sl[3]; double f_op[3],f_vk[3],f_rk[3],f_rl[3],f_sp[3],f_ktk[3]; double f_kay[3],f_ray[3],f_hp[3]; double kpe,kpt,kp; double collar; double napit,int; double sleeve, sleeve_length; double shoulder_padding; double nv; double sv; double metric; double siirtox, siirtoy; double language; double index, done, version; object marker_array[20]; double marker_count, loop; double result; main() { language=get_language(); if ( language != 0 ) { language = 0; } ky=39.25; ry=96; vy=78; yly=95; aly=102; rkkv=21; rk=36.8; vk=53.4; sp=41.3; sl=37.6; op=13.5; ylk=9; alk=19; kay=30; ray=18.5; hp=60.4; sv=1; pit=alk; index = 0; done = 0; //Start Options while (!done) { if (index==0) { dialog_model(); } } //End Options if (is_function("unit_mode")) { metric = unit_mode(); if (!metric) { ky=ky/2.54; ry=ry/2.54; vy=vy/2.54; yly=yly/2.54; aly=aly/2.54; rkkv=rkkv/2.54; vk=vk/2.54; sp=sp/2.54; sl=sl/2.54; op=op/2.54; ylk=ylk/2.54; alk=alk/2.54; rk=rk/2.54; kay=kay/2.54; ray=ray/2.54; hp=hp/2.54; pit=pit/2.54; sv=sv/2.54; } } else { if (language == 0) { metric=2*pop_up("Units","Inches","Centimeters"); } if (metric<1) { ky=ky/2.54; ry=ry/2.54; vy=vy/2.54; yly=yly/2.54; aly=aly/2.54; rkkv=rkkv/2.54; vk=vk/2.54; sp=sp/2.54; sl=sl/2.54; op=op/2.54; ylk=ylk/2.54; alk=alk/2.54; rk=rk/2.54; kay=kay/2.54; ray=ray/2.54; hp=hp/2.54; pit=pit/2.54; sv=sv/2.54; } } if(metric==0) { sv=0.39; } double read; read = 0; if (is_function("measure_table")==1) { if (measure_table("default_women")==1) { read = 1; } } if (read==0) { if (is_function("start_picture_input")) { if (language == 0) { start_picture_input("BASIC BODICE"); } if (language == 0) { add_picture_input("Neck circumference",ky, "w_meas_neckcirc"); } if (language == 0) { add_picture_input("Bust circumference", ry, "w_meas_bustcirc"); } if (language == 0) { add_picture_input("Waist circumference", vy, "w_meas_waistcirc"); } if (language == 0) { add_picture_input("Abdomen circumference",yly, "w_meas_abdmcirc"); } if (language == 0) { add_picture_input("Hip circumference",aly, "w_meas_hipcirc"); } if (language == 0) { add_picture_input("Bust span", rkkv, "w_meas_bustspan"); } if (language == 0) { add_picture_input("Bust height",rk, "w_meas_bustht"); } if (language == 0) { add_picture_input("Waist height",vk, "w_meas_waistht"); } if (language == 0) { add_picture_input("Back length",sp, "w_meas_bklength"); } if (language == 0) { add_picture_input("Back width",sl, "w_meas_bkwidth"); } if (language == 0) { add_picture_input("Shoulder length",op, "w_meas_shldr"); } if (language == 0) { add_picture_input("Waist - Abdomen",ylk, "w_meas_waist-abdm"); } if (language == 0) { add_picture_input("Waist - Hip",alk, "w_meas_waist-hip"); } if (language == 0) { add_picture_input("Biceps circumference",kay, "w_meas_biceps"); } if (language == 0) { add_picture_input("Wrist circumference",ray, "w_meas_wrist"); } if (language == 0) { add_picture_input("Overarm length",hp, "w_meas_overarm"); } run_picture_input(); } else { if (language == 0) { dialog_box( "BASIC BODICE", "Neck circumference",ky, "Bust circumference", ry, "Waist circumference", vy, "Abdomen circumference",yly, "Hip circumference",aly, "Bust span", rkkv, "Bust height",rk, "Waist height",vk, "Back length",sp, "Back width",sl); } if (language == 0) { dialog_box("BASIC BODICE", "Shoulder length",op, "Waist - Abdomen",ylk, "Waist - Hip",alk, "Biceps circumference",kay, "Wrist circumference",ray, "Overarm length",hp); } } } if (is_function("start_picture_input")) { if (language == 0) { start_picture_input("CUSTOM MEASUREMENTS"); } if (language == 0) { add_picture_input("Seam Allowance", sv, "meas_seamallow"); } run_picture_input(); } else { if (language == 0) { dialog_box( "CUSTOM MEASUREMENTS", "Seam Allowance",sv); } } if (is_function("unit_mode")) { metric = unit_mode(); if (!metric) { ky=ky*2.54; ry=ry*2.54; vy=vy*2.54; yly=yly*2.54; aly=aly*2.54; rkkv=rkkv*2.54; vk=vk*2.54; sp=sp*2.54; sl=sl*2.54; op=op*2.54; ylk=ylk*2.54; alk=alk*2.54; rk=rk*2.54; kay=kay*2.54; ray=ray*2.54; hp=hp*2.54; pit=pit*2.54; } } else { if (metric<1) { ky=ky*2.54; ry=ry*2.54; vy=vy*2.54; yly=yly*2.54; aly=aly*2.54; rkkv=rkkv*2.54; vk=vk*2.54; sp=sp*2.54; sl=sl*2.54; op=op*2.54; ylk=ylk*2.54; alk=alk*2.54; rk=rk*2.54; kay=kay*2.54; ray=ray*2.54; hp=hp*2.54; pit=pit*2.54; } } if(metric==2) { sv=sv/2.54; } if (ry < 76) { oke=4.6; } else { if (ry < 80) { oke=4.4; } else { if (ry < 84) { oke=4.2; } else { if (ry < 88) { oke=4.0; } else { if (ry < 92) { oke=3.8; } else { if (ry < 96) { oke=3.6; } else { if (ry < 100) { oke=3.4; } else { if (ry < 104) { oke=3.2; } else { if (ry < 110) { oke=3.0; } else { if (ry < 116) { oke=2.8; } else { if (ry < 122) { oke=2.6; } else { oke=2.4; } } } } } } } } } } } if(ry < 76) { okt=2.35; } else { if (ry < 80) { okt=2.4; } else { if (ry < 84) { okt=2.45; } else { if (ry < 88) { okt=2.5; } else { if (ry < 92) { okt=2.55; } else { if (ry < 96) { okt=2.6; } else { if (ry < 100) { okt=2.65; } else { if (ry < 104) { okt=2.7; } else { if (ry < 110) { okt=2.75; } else { if (ry < 116) { okt=2.8; } else { if (ry < 122) { okt=2.85; } else { okt=2.9; } } } } } } } } } } } if (ry < 76) { rl=4.3; } else { if (ry < 80) { rl=5.1; } else { if (ry < 84) { rl=5.8; } else { if (ry < 88) { rl=6.6; } else { if (ry < 92) { rl=7.3; } else { if (ry < 96) { rl=8.1; } else { if (ry < 100) { rl=8.8; } else { if (ry < 104) { rl=9.6; } else { if (ry < 110) { rl=10.8; } else { if (ry < 116) { rl=12.1; } else { if (ry < 122) { rl=13.3; } else { rl=14.6; } } } } } } } } } } } if (ry < 76) { ktk=20.4; } else { if (ry < 80) { ktk=20.8; } else { if (ry < 84) { ktk=21.2; } else { if (ry < 88) { ktk=21.6; } else { if (ry < 92) { ktk=22; } else { if (ry < 96) { ktk=22.4; } else { if (ry < 100) { ktk=22.8; } else { if (ry < 104) { ktk=23.2; } else { if (ry < 110) { ktk=23.8; } else { if (ry < 116) { ktk=24.4; } else { if (ry < 122) { ktk=25; } else { ktk=25.6; } } } } } } } } } } } f_ry[0]=ry+8; f_ky[0]=ky; f_vy[0]=vy+6; f_yly[0]=yly+2+4; f_aly[0]=aly+2+4; f_rkkv[0]=rkkv+0.8; f_sl[0]=sl+1.6; f_op[0]=op; f_vk[0]=vk; f_rk[0]=rk; f_rl[0]=rl; f_sp[0]=sp; f_ktk[0]=ktk; f_kay[0]=kay+6; f_ray[0]=ray+6; f_hp[0]=hp; ry=f_ry[ease]; ky=f_ky[ease]; vy=f_vy[ease]; yly=f_yly[ease]; aly=f_aly[ease]; rkkv=f_rkkv[ease]; sl=f_sl[ease]; op=f_op[ease]; vk=f_vk[ease]; rk=f_rk[ease]; rl=f_rl[ease]; sp=f_sp[ease]; ktk=f_ktk[ease]; kay=f_kay[ease]; ray=f_ray[ease]; pts=ky/5+0.5; ptl=ky/5-1; ktl=ry/8-1.5; eml=3; tml=3; sml=(ry/2-vy/2)-6; smlyly=(ry/2-yly/2)-3; smlaly=(ry/2-aly/2); if(aly0) { offset_mark(14); select(current_selection,group_obj[71]); select(current_selection,group_obj[77]); select(current_selection,group_obj[78]); group(current_selection); deselect(current_selection); } else { mark(14); current_selection=newselection("OBJECT"); select(current_selection,group_obj[14]); select(current_selection,group_obj[71]); select(current_selection,group_obj[77]); select(current_selection,group_obj[78]); group(current_selection); deselect(current_selection); } } Draw_princess_front_side() { current_object=newobject("poly"); addpoint((x[10]-5)/2.54, (y[10]-5)/2.54, "line"); addpoint((x[10]-5)/2.54, (y[51])/2.54, "open"); group_obj[63]=current_object; if (language == 0) { current_object=newobject("text","Front Side Piece. Cut 2. Grainline.",-1.570796,0.2,0.2,"SIMP.CHR"); } addpoint((x[10]-5+siirtox)/2.54, (y[4])/2.54, "line"); group_obj[17]=current_object; current_object=newobject("poly"); addpoint((x[11])/2.54, (y[11])/2.54, "xarc_start"); addpoint((x[10])/2.54, (y[10])/2.54, "xarc_corner"); addpoint((x[34])/2.54, (y[34])/2.54, "xarc_start"); addpoint((x[36])/2.54, (y[36])/2.54, "xarc_corner"); addpoint((x[33])/2.54, (y[33])/2.54, "line"); addpoint((x[132])/2.54, (y[132])/2.54, "xarc_start"); cont(132,30,130,-2); x[130]=x[30]; addpoint((x[130])/2.54, (y[130])/2.54, "xarc_corner"); cont(41,30,230,-2); current_point=addpoint((x[30])/2.54, (y[30])/2.54, "line"); notch_type(current_point,"NOTCH",1); addpoint((x[230])/2.54, (y[230])/2.54, "line"); current_point=addpoint((x[41])/2.54, (y[41])/2.54, "line"); notch_type(current_point,"NOTCH",1); addpoint((x[39])/2.54, (y[39])/2.54, "line"); current_point=addpoint((x[38])/2.54, (y[38])/2.54, "line"); notch_type(current_point,"NOTCH",1); addpoint((x[52])/2.54, (y[52])/2.54, "xarc_start"); notch_type(current_point,"NOTCH",1); current_point=addpoint((x[51])/2.54, (y[51])/2.54, "xarc_corner"); notch_type(current_point,"NOTCH",1); addpoint((x[151])/2.54, (y[151])/2.54, "xarc_start"); current_point=addpoint((x[50])/2.54, (y[50])/2.54, "xarc_corner"); notch_type(current_point,"NOTCH",1); addpoint((x[111])/2.54, (y[111])/2.54, "line"); group_obj[18]=current_object; if(sv>0) { offset_mark(18); select(current_selection,group_obj[63]); select(current_selection,group_obj[17]); group(current_selection); deselect(current_selection); } else { mark(18); current_selection=newselection("OBJECT"); select(current_selection,group_obj[18]); select(current_selection,group_obj[63]); select(current_selection,group_obj[17]); group(current_selection); deselect(current_selection); } } Draw_straight_front() { ang=angle(x[30],y[30],x[131],y[131])-angle(x[30],y[30],x[132],y[132]); rotate(132,30,ang); rotate(33,30,ang); rotate(36,30,ang); rotate(34,30,ang); rotate(10,30,ang); rotate(11,30,ang); rotate(310,30,ang); rotate(507,30,ang); current_object=newobject("poly"); addpoint((x[30])/2.54, (y[30]-2)/2.54, "line"); addpoint((x[41])/2.54, (y[41])/2.54, "line"); addpoint((x[39])/2.54, (y[39])/2.54, "line"); addpoint((x[40])/2.54, (y[40])/2.54, "line"); group_obj[64]=current_object; current_object=newobject("poly"); addpoint((x[31])/2.54, (y[31])/2.54, "xarc_start"); addpoint((x[23])/2.54, (y[102])/2.54, "xarc_corner"); addpoint((x[3])/2.54, (y[102])/2.54, "line"); current_point=addpoint((x[3])/2.54, (y[3])/2.54, "line"); notch_type(current_point,"NOTCH",1); current_point=addpoint((x[4])/2.54, (y[4])/2.54, "line"); notch_type(current_point,"NOTCH",1); current_point=addpoint((x[5])/2.54, (y[5])/2.54, "line"); notch_type(current_point,"NOTCH",1); current_point=addpoint((x[6])/2.54, (y[6])/2.54, "line"); notch_type(current_point,"NOTCH",1); addpoint((x[52])/2.54, (y[52])/2.54, "xarc_start"); notch_type(current_point,"NOTCH",1); addpoint((x[51])/2.54, (y[51])/2.54, "xarc_corner"); addpoint((x[151])/2.54, (y[151])/2.54, "xarc_start"); addpoint((x[50])/2.54, (y[50])/2.54, "xarc_corner"); addpoint((x[111])/2.54, (y[111])/2.54, "line"); addpoint((x[311])/2.54, (y[311])/2.54, "line"); addpoint((x[30]+2)/2.54, (y[30])/2.54, "line"); addpoint((x[310])/2.54, (y[310])/2.54, "line"); addpoint((x[11])/2.54, (y[11])/2.54, "xarc_start"); addpoint((x[10])/2.54, (y[10])/2.54, "xarc_corner"); addpoint((x[34])/2.54, (y[34])/2.54, "xarc_start"); addpoint((x[36])/2.54, (y[36])/2.54, "xarc_corner"); addpoint((x[33])/2.54, (y[33])/2.54, "line"); group_obj[27]=current_object; if(sv>0) { offset_mark(27); select(current_selection,group_obj[71]); select(current_selection,group_obj[77]); select(current_selection,group_obj[78]); select(current_selection,group_obj[64]); group(current_selection); deselect(current_selection); } else { mark(27); current_selection=newselection("OBJECT"); select(current_selection,group_obj[27]); select(current_selection,group_obj[71]); select(current_selection,group_obj[77]); select(current_selection,group_obj[78]); select(current_selection,group_obj[64]); group(current_selection); deselect(current_selection); } rotate(132,30,-ang); rotate(33,30,-ang); rotate(36,30,-ang); rotate(34,30,-ang); rotate(10,30,-ang); rotate(11,30,-ang); rotate(310,30,-ang); rotate(507,30,-ang); } Draw_princess_back_side() { current_object=newobject("poly"); addpoint((x[9]+2+4+siirtox)/2.54, (y[10]-5)/2.54, "line"); addpoint((x[9]+2+4+siirtox)/2.54, (y[51])/2.54, "open"); group_obj[28]=current_object; if (language == 0) { current_object=newobject("text","Back Side Piece. Cut 2. Grainline.",-1.570796,0.2,0.2,"SIMP.CHR"); } addpoint((x[9]+2+4+siirtox)/2.54, (y[4])/2.54, "line"); group_obj[29]=current_object; current_object=newobject("poly"); current_point=addpoint((x[47]+4)/2.54, (y[47])/2.54, "xarc_start"); current_point=addpoint((x[48]+4)/2.54, (y[48])/2.54, "xarc_corner"); current_point=addpoint((x[148]+4)/2.54, (y[148])/2.54, "xarc_start"); current_point=addpoint((x[49]+4)/2.54, (y[49])/2.54, "xarc_corner"); current_point=addpoint((x[149]+4)/2.54, (y[149])/2.54, "line"); addpoint((x[54]+4)/2.54, (y[54])/2.54, "xarc_start"); addpoint((x[53]+4)/2.54, (y[53])/2.54, "xarc_corner"); addpoint((x[35]+4)/2.54, (y[35])/2.54, "xarc_start"); addpoint((x[37]+4)/2.54, (y[37])/2.54, "xarc_corner"); addpoint((x[26]+4)/2.54, (y[26])/2.54, "line"); addpoint((x[129]+4)/2.54, (y[129])/2.54, "xarc_start"); addpoint((x[28]+4)/2.54, (y[28])/2.54, "xarc_corner"); current_point=addpoint((x[45]+4)/2.54, (y[45])/2.54, "line"); notch_type(current_point,"NOTCH",0); current_point=addpoint((x[44]+4)/2.54, (y[44])/2.54, "line"); notch_type(current_point,"NOTCH",0); addpoint((x[43]+4)/2.54, (y[43])/2.54, "line"); addpoint((x[42]+4)/2.54, (y[42])/2.54, "line"); group_obj[30]=current_object; if(sv>0) { offset_mark(30); select(current_selection,group_obj[28]); select(current_selection,group_obj[29]); group(current_selection); deselect(current_selection); } else { mark(30); current_selection=newselection("OBJECT"); select(current_selection,group_obj[30]); select(current_selection,group_obj[28]); select(current_selection,group_obj[29]); group(current_selection); deselect(current_selection); } } Draw_princess_CB() { current_object=newobject("poly"); addpoint((x[46]+2+4+siirtox)/2.54, (y[10]-5)/2.54, "line"); addpoint((x[46]+2+4+siirtox)/2.54, (y[51])/2.54, "open"); group_obj[33]=current_object; if (language == 0) { current_object=newobject("text","Center Back Piece. Cut 2. Grainline.",-1.570796,0.2,0.2,"SIMP.CHR"); } addpoint((x[46]+2+4+siirtox)/2.54, (y[4])/2.54, "line"); group_obj[34]=current_object; if (language == 0) { current_object=newobject("text","CB, Zipper",-1.570796,0.2,0.2,"SIMP.CHR"); } addpoint((x[12]-4+2+4+siirtox)/2.54, (y[37])/2.54, "line"); group_obj[68]=current_object; current_object=newobject("poly"); current_point=addpoint((x[43]+4)/2.54, (y[43])/2.54, "line"); current_point=addpoint((x[46]+4)/2.54, (y[46])/2.54, "line"); notch_type(current_point,"NOTCH",0); addpoint((x[45]+4)/2.54, (y[45])/2.54, "xarc_start"); addpoint((x[28]+4)/2.54, (y[28])/2.54, "xarc_corner"); addpoint((x[127]+4)/2.54, (y[127])/2.54, "line"); addpoint((x[22]+4)/2.54, (y[22])/2.54, "xarc_start"); addpoint((x[122]+4)/2.54, (y[122])/2.54, "xarc_corner"); addpoint((x[21]+4)/2.54, (y[21])/2.54, "line"); addpoint((x[12]+4)/2.54, (y[12]+dist(12,21)/2)/2.54, "line"); current_point=addpoint((x[13]+4)/2.54, (y[13])/2.54, "line"); notch_type(current_point,"NOTCH",0); addpoint((x[14]+4)/2.54, (y[14])/2.54, "line"); addpoint((x[15]+4)/2.54, (y[15])/2.54, "line"); addpoint((x[42]+4)/2.54, (y[42])/2.54, "line"); group_obj[35]=current_object; if(sv>0) { offset_mark(35); select(current_selection,group_obj[33]); select(current_selection,group_obj[34]); select(current_selection,group_obj[68]); group(current_selection); deselect(current_selection); } else { mark(35); current_selection=newselection("OBJECT"); select(current_selection,group_obj[35]); select(current_selection,group_obj[33]); select(current_selection,group_obj[34]); select(current_selection,group_obj[68]); group(current_selection); deselect(current_selection); } } Draw_straight_back() { current_object=newobject("poly"); addpoint((x[44]+4)/2.54, (y[44])/2.54, "line"); addpoint((x[45]+4)/2.54, (y[45])/2.54, "line"); addpoint((x[46]+4)/2.54, (y[46])/2.54, "line"); addpoint((x[43]+4)/2.54, (y[43])/2.54, "line"); group_obj[40]=current_object; current_object=newobject("poly"); addpoint((x[46]+2+4+siirtox)/2.54, (y[10]-5)/2.54, "line"); addpoint((x[46]+2+4+siirtox)/2.54, (y[51])/2.54, "open"); group_obj[41]=current_object; if (language == 0) { current_object=newobject("text","Back Piece. Cut 2. Grainline",-1.570796,0.2,0.2,"SIMP.CHR"); } addpoint((x[46]+2+4+siirtox)/2.54, (y[4])/2.54, "line"); group_obj[42]=current_object; if (language == 0) { current_object=newobject("text","CB, Zipper",-1.570796,0.2,0.2,"SIMP.CHR"); } addpoint((x[12]-4+2+4+siirtox)/2.54, (y[37])/2.54, "line"); group_obj[70]=current_object; current_object=newobject("poly"); addpoint((x[14]+4)/2.54, (y[14])/2.54, "line"); addpoint((x[13]+4)/2.54, (y[13])/2.54, "line"); addpoint((x[12]+4)/2.54, (y[21]-dist(21,12)/2)/2.54, "line"); addpoint((x[21]+4)/2.54, (y[21])/2.54, "xarc_start"); addpoint((x[122]+4)/2.54, (y[122])/2.54, "xarc_corner"); addpoint((x[22]+4)/2.54, (y[22])/2.54, "line"); addpoint((x[127]+4)/2.54, (y[127])/2.54, "line"); addpoint((x[28]+4)/2.54, (y[28])/2.54, "line"); addpoint((x[129]+4)/2.54, (y[129])/2.54, "line"); addpoint((x[26]+4)/2.54, (y[26])/2.54, "xarc_start"); addpoint((x[37]+4)/2.54, (y[37])/2.54, "xarc_corner"); addpoint((x[35]+4)/2.54, (y[35])/2.54, "xarc_start"); addpoint((x[53]+4)/2.54, (y[53])/2.54, "xarc_corner"); addpoint((x[54]+4)/2.54, (y[54])/2.54, "line"); addpoint((x[149]+4)/2.54, (y[149])/2.54, "xarc_start"); addpoint((x[49]+4)/2.54, (y[49])/2.54, "xarc_corner"); addpoint((x[148]+4)/2.54, (y[148])/2.54, "xarc_start"); addpoint((x[48]+4)/2.54, (y[48])/2.54, "xarc_corner"); current_point=addpoint((x[47]+4)/2.54, (y[47])/2.54, "line"); notch_type(current_point,"NOTCH",1); addpoint((x[42]+4)/2.54, (y[42])/2.54, "line"); addpoint((x[15]+4)/2.54, (y[15])/2.54, "line"); group_obj[45]=current_object; if(sv>0) { offset_mark(45); select(current_selection,group_obj[40]); select(current_selection,group_obj[41]); select(current_selection,group_obj[42]); select(current_selection,group_obj[70]); group(current_selection); deselect(current_selection); } else { mark(45); current_selection=newselection("OBJECT"); select(current_selection,group_obj[45]); select(current_selection,group_obj[40]); select(current_selection,group_obj[41]); select(current_selection,group_obj[42]); select(current_selection,group_obj[70]); group(current_selection); deselect(current_selection); } } Draw_sleeves() { ktpe=arclength(33,36,34)+arclength(34,10,11); ktpt=arclength(26,37,35)+arclength(35,9,11); ktp=ktpe+ktpt; pk=ktp/3; coord(0,1,kay/2+4,0); coord(1,2,0,-pk/3); coord(2,3,0,-pk/3); coord(3,4,0,-pk/3); coord(1,5,0,-hp); center(5,1,6); y[6]=y[6]-4; coord(5,7,0,-3); coord(4,8,-kay/2,0); coord(4,9,kay/2,0); coord(5,10,-(kay/2)+2,0); coord(5,11,+(kay/2)-2,0); center(8,10,12); y[12]=y[6]; center(9,11,13); y[13]=y[6]; coord(8,19,ktl/2,0); coord(1,20,-5,0); cont(19,20,21,-dist(19,20)/3); cont(20,19,22,-dist(19,20)/3); coord(9,23,-ktl/4,0); coord(1,24,5,0); cont(23,24,25,-dist(23,24)/3); cont(24,23,26,-dist(23,24)/3); coord(1,24,5,0); cont(23,24,25,-dist(23,24)/3); cont(24,23,26,-dist(23,24)/3); coord(5,27,-2,0); coord(6,28,0,0); rotate (28,27,-angle(x[6],y[6],x[27]+90*3.14159/180,y[27])); cont(28,27,28,-(ray/2-1)); cont(28,27,29,+(ray/2+1)); coord(12,30,2.5,0); coord(13,31,.5,0); cont(30,28,28,.5); cont(13,29,29,.5); coord(6,32,dist(12,13)/4+1,0); coord(31,33,0,-2); cont(33,32,33,-dist(31,32)); double pyorion_pituus_etu, pyorion_pituus_taka; pyorion_pituus_taka=arclength(9,23,26)+dist(26,25)+arclength(25,24,1); pyorion_pituus_etu=arclength(8,19,22)+dist(22,21)+arclength(21,20,1); x[8]=x[8]+(pyorion_pituus_etu-(ktpe+2)); x[9]=x[9]-(pyorion_pituus_taka-(ktpt+2)); x[33]=x[33]-(pyorion_pituus_taka-(ktpt+2)); x[31]=x[31]-(pyorion_pituus_taka-(ktpt+2)); x[32]=x[32]-(pyorion_pituus_taka-(ktpt+2)); current_object=newobject("poly"); addpoint((x[1])/2.54, (y[1])/2.54, "xarc_start"); addpoint((x[20])/2.54, (y[20])/2.54, "xarc_corner"); addpoint((x[21])/2.54, (y[21])/2.54, "line"); addpoint((x[22])/2.54, (y[22])/2.54, "xarc_start"); addpoint((x[19])/2.54, (y[19])/2.54, "xarc_corner"); addpoint((x[8])/2.54, (y[8])/2.54, "xarc_start"); addpoint((x[30])/2.54, (y[30])/2.54, "xarc_corner"); addpoint((x[28])/2.54, (y[28])/2.54, "line"); addpoint((x[27])/2.54, (y[27])/2.54, "line"); addpoint((x[29])/2.54, (y[29])/2.54, "line"); addpoint((x[33])/2.54, (y[33])/2.54, "line"); addpoint((x[32])/2.54, (y[32])/2.54, "line"); addpoint((x[31])/2.54, (y[31])/2.54, "line"); addpoint((x[9])/2.54, (y[9])/2.54, "xarc_start"); addpoint((x[23])/2.54, (y[23])/2.54, "xarc_corner"); addpoint((x[26])/2.54, (y[26])/2.54, "line"); addpoint((x[25])/2.54, (y[25])/2.54, "xarc_start"); addpoint((x[24])/2.54, (y[24])/2.54, "xarc_corner"); group_obj[46]=current_object; current_object=newobject("poly"); addpoint((x[1])/2.54, (y[8]-10)/2.54, "line"); addpoint((x[1])/2.54, (y[1])/2.54, "open"); group_obj[47]=current_object; if (language == 0) { current_object=newobject("text","Sleeve, Front",0.0,0.2,0.2,"SIMP.CHR"); } addpoint((x[19]+3+siirtox)/2.54, (y[19]+2)/2.54, "line"); group_obj[48]=current_object; if (language == 0) { current_object=newobject("text","Sleeve, Back",0.0,0.2,0.2,"SIMP.CHR"); } addpoint((x[26]-3+siirtox)/2.54, (y[19]+2)/2.54, "line"); group_obj[49]=current_object; if (language == 0) { current_object=newobject("text","Sleeve, Shoulder, Cut 2",-1.570796,0.2,0.2,"SIMP.CHR"); } addpoint((x[1]+siirtox)/2.54, (y[1]-1)/2.54, "line"); group_obj[50]=current_object; if(sv>0) { offset_mark(46); select(current_selection,group_obj[47]); select(current_selection,group_obj[48]); select(current_selection,group_obj[49]); select(current_selection,group_obj[50]); group(current_selection); deselect(current_selection); } else { mark(46); current_selection=newselection("OBJECT"); select(current_selection,group_obj[46]); select(current_selection,group_obj[47]); select(current_selection,group_obj[48]); select(current_selection,group_obj[49]); select(current_selection,group_obj[50]); group(current_selection); deselect(current_selection); } } dialog_model() { if (language == 0) { start_pict_dialog("Bodice Style"); add_pict_item("Princess line to shoulder","shoulder.jpg"); add_pict_item("Bust dart to side seam","sideseam.jpg"); run_pict("Next"); //was Done model=get_pict_result(); Forward(); } } Forward() { index = index + 1; done = 1; } Backward() { index = index - 1; } newobj_dot(double x, double y) { object temp; line("CENTER_LINE"); temp = newobject("POLY"); addpoint(x, y, "line"); line("SOLID_LINE"); return temp; } coord(double orig, double dest, double xxx, double yyy) { x[dest]=x[orig]+xxx; y[dest]=y[orig]+yyy; } center(double one, double two, double result) { x[result]=(x[one]+x[two])/2; y[result]=(y[one]+y[two])/2; } dist(double p1, double p2) { return distance(x[p1],y[p1],x[p2],y[p2]); } line_intersect(double start1, double end1, double start2, double end2, double dest) { double tempx; double tempy; intersect(x[start1],y[start1],x[end1],y[end1],x[start2],y[start2],x[end2],y[end2],0); x[dest]=getresultx(); y[dest]=getresulty(); } cont(double cstart, double cend, double cdest, double cvdistanceance) { double ang; ang=angle(x[cstart], y[cstart], x[cend], y[cend]); polar(x[cend], y[cend], ang, cvdistanceance); x[cdest]=getresultx(); y[cdest]=getresulty(); } shift(double orig, double xxx, double yyy) { x[orig]=x[orig]+xxx; y[orig]=y[orig]+yyy; } rotate(double rpoint,double rcenter, double rangle) { double vdistance, vang; vdistance=dist(rpoint, rcenter); vang=angle(x[rcenter],y[rcenter],x[rpoint],y[rpoint]); polar(x[rcenter],y[rcenter],vang+rangle,vdistance); x[rpoint]=getresultx(); y[rpoint]=getresulty(); } linecirc(double PA,double PB,double PC,double dradius,double which, double PD) { double mslope, dist0, dist1, dist2, xtemp; double tx, ty; xtemp = (x[PB]-x[PC])*(x[PB]-x[PC]); if (xtemp > 0) { xtemp = (y[PB]-y[PC])*(y[PB]-y[PC]); if ( xtemp > 0) { mslope = (y[PC] - y[PB])/(x[PC] - x[PB]); tx = x[PA] + 1; ty = y[PA] - 1/mslope; intersect(x[PA], y[PA], tx, ty, x[PB], y[PB], x[PC], y[PC], 0); tx = getresultx(); ty = getresulty(); dist1 = distance(x[PA], y[PA], tx, ty); dist2 = interceptline(0, dist1, dradius); dist0 = sqrt(1+mslope*mslope); xtemp = dist2/dist0; if (which) { x[PD] = tx+xtemp; y[PD] = ty+ xtemp*mslope; } else { x[PD] = tx-xtemp; y[PD] = ty- xtemp*mslope; } } else { x[PD] = x[PB]; if (which) { y[PD] = y[PA] + interceptline(x[PA], x[PB], dradius); } else { y[PD] = y[PA] - interceptline(x[PA], x[PB], dradius); } } } else { y[PD] = y[PB]; if (which) { x[PD] = x[PA] + interceptline(y[PA], y[PB], dradius); } else { x[PD] = x[PA] - interceptline(y[PA], y[PB], dradius); } } } double xar[13], yar[13]; double save_rx, save_ry; arclength(double start, double corner, double end) { double ct, last_x, last_y; double a_dist; last_x = x[start]; last_y = y[start]; a_dist=0; for (ct=1; ct < 12; ct = ct + 1) { fts(start, corner, end, ct); a_dist = a_dist + distance(save_rx, save_ry, last_x, last_y); last_x=save_rx; last_y=save_ry; } return a_dist; } double A1, A2, B1, B2; double sx, sy, cx, cy, ex, ey; double t0[2], t1[2]; double ftc[2]; fts(double start, double corner, double end, double pos) { if (pos<1) { save_rx=x[start]; save_ry=y[start]; } else { if (pos<2) { sx = x[start]; sy = y[start]; cx = x[corner]; cy = y[corner]; ex = x[end]; ey = y[end]; A1=cx - sx; A2=cy - sy; B1=cx - ex; B2=cy - ey; A1=-A1; B1=-B1; A2=-A2; B2=-B2; t0[0]=A1; t0[1]=B1; t1[0]=A2; t1[1]=B2; ftc[0]= cx + (t0[0] + t0[1]); ftc[1]= cy + (t1[0] + t1[1]); save_rx = t0[0]*(xar[pos])+t0[1]*(yar[pos])+ ftc[0]; save_ry = t1[0]*(xar[pos])+t1[1]*(yar[pos])+ ftc[1]; } else { if (pos>10) { save_rx=x[end]; save_ry=y[end]; } else { save_rx = t0[0]*(xar[pos])+t0[1]*(yar[pos])+ ftc[0]; save_ry = t1[0]*(xar[pos])+t1[1]*(yar[pos])+ ftc[1]; } } } } init_xarc_array() { double ang_start, ang_end, step, theta, ct; double XARC_PIECES; XARC_PIECES = 12; ang_start = -3.14159/2; ang_end= -3.14159; ct=0; step= (ang_end - ang_start)/(XARC_PIECES-1); for (theta=ang_start; ct < XARC_PIECES; theta = theta + step) { xar[ct] = cos(theta); yar[ct] = sin(theta); ct=ct+1; } } max(double aa, double bb) { if (aa > bb) { return aa; } else { return bb; } } min(double aa, double bb) { if (aa < bb) { return aa; } else { return bb; } } mark_group(selection sel, object obj) { point pnt, test, index; double temp_x, temp_y; pnt = first_point(obj); temp_x = pointx(pnt); temp_y = pointy(pnt); while (loop_sel(sel)) { test = first_point(get_sel_obj()); if ( (pointx(test) != temp_x) || (pointy(test) != temp_y)) { marker_piece(get_sel_obj(),1); } } } mark(double pass_index) { group_obj[pass_index]=marker_piece(group_obj[pass_index],1); marker_array[marker_count] = group_obj[pass_index]; marker_count = marker_count + 1; } offset_mark(double pass_index) { point pnt, test; double save_x, save_y; current_selection=newselection("OBJECT"); select(current_selection,group_obj[pass_index]); sel_push(current_selection); var_push(sv); run_command("OFFSET"); deselect(current_selection); current_object=last_obj(); marker_array[marker_count] = marker_piece(current_object,1); current_selection=newselection("OBJECT"); select(current_selection, marker_array[marker_count]); select(current_selection, group_obj[pass_index]); marker_count = marker_count + 1; }