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

posted @ 2010-07-26 16:29  softimagewht  阅读(237)  评论(0编辑  收藏  举报