Go to: Attributes.

The 'subSurface' node is used to selectively cut a portion of a NURBS/Bezier surface. The portion of the surface is specified by giving a a face index (in U and V directions) and a number of faces in each direction to be appended). Trim information is ignored and invalid face indices are skipped.

The input attribute 'inputSurface' specifies the NURBS surface on which the cut should be performed.

The output attribute '.os' provides the NURBS surface after the cut.

Node nameParentsClassificationMFn typeCompatible function sets
subSurfaceabstractBaseCreategeometrykSubSurfacekBase
kNamedObject
kDependencyNode
kCreate
kSubSurface

Attributes (6)

faceCountU, faceCountV, firstFaceU, firstFaceV, inputSurface, outputSurface

Long name (short name)TypeDefaultFlags
faceCountU (fcu) integerint1outputinputconnectablestorablekeyable
Number of faces in U direction
faceCountV (fcv) integerint1outputinputconnectablestorablekeyable
Number of faces in V direction
firstFaceU (ffu) integerint0outputinputconnectablestorablekeyable
First face (U direction index)
firstFaceV (ffv) integerint0outputinputconnectablestorablekeyable
First face (V direction index)
inputSurface (is) nurbsSurfacenullptroutputinputconnectable
The input surface
outputSurface (os) nurbsSurfacenullptroutputconnectable
Output surface