Class ContourPolyline2DObject

java.lang.Object
org.web3d.x3d.jsail.X3DConcreteElement
org.web3d.x3d.jsail.X3DConcreteNode
org.web3d.x3d.jsail.NURBS.ContourPolyline2DObject
All Implemented Interfaces:
X3DNode, ContourPolyline2D, X3DNurbsControlCurveNode

public class ContourPolyline2DObject
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.

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:
X3D Abstract Specification: ContourPolyline2D, X3D Tooltips: ContourPolyline2D, X3D Scene Authoring Hints