Class SoNurbsBoundary

All Implemented Interfaces:
SafeDisposable

public class SoNurbsBoundary extends SoNode
Node that defines a boundary shared by several NURBS profile. This node defines a boundary shared by several NURBS profiles. It allows the creation of a set of NURBS patches with a common boundary that is tessellated without cracks.

This node is used in the field SoNurbsProfile.boundary . Surfaces which have profiles with the same boundary (i.e., the same SoNurbsBoundary node) will be joined.

File format/default:

SoNurbsBoundary {

}

See Also:
  • Constructor Details

    • SoNurbsBoundary

      public SoNurbsBoundary()
      Constructor.