Interface ContourPolyline2D

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

public interface ContourPolyline2D extends X3DNurbsControlCurveNode
ContourPolyline2D defines a linear curve segment as part of a trimming contour in the u-v domain of a NURBS 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. ContourPolyline2D node tooltip: [X3DNurbsControlCurveNode] ContourPolyline2D defines a linear curve segment as part of a trimming contour in the u-v domain of a NURBS 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: ContourPolyline2D 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: