选择样条曲线的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 $

原文地址:https://www.cnblogs.com/softimagewht/p/1785406.html