Class ContourPolyline2D

java.lang.Object
All Implemented Interfaces:
X3DNode, ContourPolyline2D, X3DNurbsControlCurveNode

public class ContourPolyline2D extends X3DConcreteNode implements ContourPolyline2D
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. X3D 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 org.web3d.x3d.jsail concrete class is used for implementing a standalone X3D object as a Plain Old Java Object (POJO). If you are writing Java code for use inside an X3D Script node, compile separate code using only the org.web3d.x3d.sai package instead.
See Also: