Go to: Related nodes. Attributes.

This node produces a subdivision surface based on a NURBS surface.

This will just create a subdivision surface with the mesh points matching the cvs of the surface. If you have enough spans, the resulting shape will be exactly the same if you started with a uniform, bi-cubic surface. Use rebuild surface function to get it into that state if you do not like the result of the direct conversion.

Node nameParentsClassificationMFn typeCompatible function sets
nurbsToSubdivabstractBaseNurbsConversiongeometrykNurbsToSubdivkBase
kNamedObject
kDependencyNode
kCreate
kNurbsToSubdiv

Related nodes

subdivToPoly, subdivCollapse, polyToSubdiv, subdivComponentId, subdBlindData, subdiv, subdHierBlind

Attributes (6)

collapsePoles, inputSurface, matchPeriodic, maxPolyCount, outputSubd, reverseNormal

Long name (short name)TypeDefaultFlags
collapsePoles (cp) boolboolfalseoutputinputconnectablestorable
Collapse poles into a single point
inputSurface (is) nurbsSurfacenullptroutputinputconnectable
The input surface
matchPeriodic (mp) boolboolfalseoutputinputconnectablestorable
Match periodic surface texture mapping in the result.
maxPolyCount (mpc) integerint1000outputinputconnectablestorable
The maximum number of base mesh faces in the resulting subdivision surface.
outputSubd (os) subdivisionSurfacenullptroutputconnectable
Output subd surface
reverseNormal (rn) boolbooltrueoutputinputconnectablestorable
Reverse the NURBS surface normal in the conversion.