You are on page 1of 1

point p1([XPOS,0,CPC])

point p2([XPOS,FOB,CPC])
point p3([XPOS,WL1_Y,1])
point p4([XPOS,WL2_Y,2])
point p5([XPOS,WL_T,DRAFT])
point p6([XPOS,MD_Y,MD_Z])
line c1(p1,p2)
fsplinecurve c2(p2,p3){
.setActivePlaneYZ()
.setStartTan(TAN_KEEL)
.setEndTan(TAN_WL1)
}
fsplinecurve c3(p3,p4){
.setActivePlaneYZ()
.setStartTan(TAN_WL1)
.setEndTan(c4.getTan(0,0))
//.setEndTan(TAN_WL2P8)
}
fsplinecurve c4(p4,p5){
.setActivePlaneYZ()
//.setStartTan(c3.getTan(1,0))
.setEndTan(TAN_WL2P8)
}
fsplinecurve c5(p5,p6){
.setActivePlaneYZ()
.setStartTan(TAN_WL2P8)
.setEndTan(TAN_DECK)
}
polycurve section([c1,c2,c3,c4,c5]).setParametrization("unit speed")

98.4, 99.6, 100.8, 102, 103.2, 104.4, 105.6, 106.8, 108

You might also like