选择样条曲线的OPEN 点

updateShape $
max modify mode
subobjectLevel = 1
splinecount=numSplines $
for i = 1 to splinecount do
(
    numbervet = (numSegments $ i)+1
    if isClosed $ i
    then continue
    else setKnotSelection $ i #(1,numbervet)
)
updateShape $

你可能感兴趣的:(open)