Interface Contour2D

All Superinterfaces:
X3DNode
All Known Implementing Classes:
Contour2D

public interface Contour2D extends X3DNode
Contour2D groups a set of curve segments into a composite contour.

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: [X3DNode] Contour2D groups a set of curve segments into a composite contour. The children segments form a closed loop, with first point of first child repeated as last point of last child, and last point of each segment repeated as the first point of the next consecutive segment. The children segments are type NurbsCurve2D or ContourPolyline2D, enumerated in the consecutive order of contour topology. Warning: Contour2D is not a renderable geometry node. Hint: Contour2D is used as the trimmingContour field of the NurbsTrimmedSurface node. *


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