Interface NurbsCurve2D

All Superinterfaces:
X3DNode, X3DNurbsControlCurveNode
All Known Implementing Classes:
NurbsCurve2D

public interface NurbsCurve2D extends X3DNurbsControlCurveNode
NurbsCurve2D defines a trimming segment that is part of a trimming contour in the u-v domain of a surface.

Warning: this is an abstract interface that cannot be instantiated as a concrete object. Java programmers typically only need to use concrete objects provided by the org.web3d.x3d.jsail classes. NurbsCurve2D node tooltip: [X3DNurbsControlCurveNode] NurbsCurve2D defines a trimming segment that is part of a trimming contour in the u-v domain of a surface. NurbsCurve2D and ContourPolyline2D nodes that together form a closed contour, defined in the u-v parametric space of a NURBS surface, may be used as children in a Contour2D node.
  • Warning: NurbsCurve2D is not a renderable geometry node.

Package hint: This interface is defined by the X3D Java Language Binding Specification for the Scene Authoring Interface (SAI).
See Also: