Go to: Synopsis. Return value. MEL examples.
string[] stitchAndExplodeShell()
The stitchAndExplode is performed by hooking up the selected NURBS surfaces to a stitchAsNurbsShell node, which in turn is connected to a explodeNurbsShell node.
This is useful in removing cracks which show up while rendering NURBS surfaces as the tesselation carried out to render the triangles do not have the same vertices across the shared edges.
None
Variable Name | Variable Type | Description |
---|---|---|
none. |
select -r sphere1 fillet1 sphere2 ; string $osrf[] = stitchAndExplodeShell(); // Result : { varGroup } //