什么是适用细分?
NURBS 曲线是适用细分的,如果:
- 它是三阶曲线
- 它是均匀的
- 它是非有理的
- 它是周期性的或在开始和结束时的二阶导数为零。
NURBS 曲面是适用细分的,如果:
- 它的 U 和 V 都为3阶
- 它是均匀的(U 和 V 节点是均匀的)
- 它是非有理的
- 没有极点(奇点)
- in the "u" parameter direction it is periodic or has zero 2nd partial derivative with respect to u derivative along its "East" and "West" edges.
- in the "v" parameter direction it is periodic or has zero 2nd partial derivative with respect to v along its "north" and "south" edges.
适用细分带来的不同
当 ToSubD 指令将适用细分曲面转换为细分物件时,细分边缘与结构线相匹配。
当输入曲面不是适用细分时,转换后将添加额外的细分面以获得更好的匹配。