chore(charlie): Extend fly exntension beyond facing
This commit is contained in:
parent
e9993bd18f
commit
b6b65dbe60
1 changed files with 15 additions and 1 deletions
|
@ -56,6 +56,13 @@ export default (part) => {
|
||||||
points.fork,
|
points.fork,
|
||||||
points.cfSeat.shiftFractionTowards(points.crotchSeamCurveCp2, options.flyLength).y
|
points.cfSeat.shiftFractionTowards(points.crotchSeamCurveCp2, options.flyLength).y
|
||||||
)
|
)
|
||||||
|
points.flyExtensionBottom = utils.curveIntersectsY(
|
||||||
|
points.crotchSeamCurveStart,
|
||||||
|
points.crotchSeamCurveCp2,
|
||||||
|
points.crotchSeamCurveCp1,
|
||||||
|
points.fork,
|
||||||
|
points.cfSeat.shiftFractionTowards(points.crotchSeamCurveCp2, options.flyLength * 1.25).y
|
||||||
|
)
|
||||||
points.flyTop = points.styleWaistOut.shiftFractionTowards(
|
points.flyTop = points.styleWaistOut.shiftFractionTowards(
|
||||||
points.styleWaistIn,
|
points.styleWaistIn,
|
||||||
1 - options.flyWidth
|
1 - options.flyWidth
|
||||||
|
@ -160,7 +167,14 @@ export default (part) => {
|
||||||
store.set('slantTopNotchDistance', points.slantTop.dist(points.slantTopNotch))
|
store.set('slantTopNotchDistance', points.slantTop.dist(points.slantTopNotch))
|
||||||
macro('sprinkle', {
|
macro('sprinkle', {
|
||||||
snippet: 'notch',
|
snippet: 'notch',
|
||||||
on: ['slantBottomNotch', 'slantTopNotch', 'topPleat', 'grainlineBottom']
|
on: [
|
||||||
|
'slantBottomNotch',
|
||||||
|
'slantTopNotch',
|
||||||
|
'topPleat',
|
||||||
|
'grainlineBottom',
|
||||||
|
'flyBottom',
|
||||||
|
'flyExtensionBottom'
|
||||||
|
]
|
||||||
})
|
})
|
||||||
let Jseam = new Path()
|
let Jseam = new Path()
|
||||||
.move(points.flyCurveStart)
|
.move(points.flyCurveStart)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue