MXS Spline weld bug ?!

MXS Spline weld bug ?!

istan
Advisor Advisor
504 Views
0 Replies
Message 1 of 1

MXS Spline weld bug ?!

istan
Advisor
Advisor

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.0

 btw: Max2020..

0 Likes
505 Views
0 Replies
Replies (0)