Message 1 of 1
MXS Spline weld bug ?!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Why is it welding the two splines together although the vertices of the other spline are NOT selected?
splsh = splineShape()
p1 = Point3 0 0 0
p2 = copy p1
p2.x += 100
addnewSpline splsh
addKnot splsh 1 #corner #line p1
addKnot splsh 1 #corner #line p2
p1.x += 105
p2.x += 105
addnewSpline splsh
addKnot splsh 2 #corner #line p1
addKnot splsh 2 #corner #line p2
updateShape splsh
setKnotSelection splsh 1 #()
setKnotSelection splsh 2 #()
setKnotSelection splsh 2 #(1,2)
weldSpline splsh 10.0btw: Max2020..