ContourPolyline2D

From Web3D.org
Revision as of 16:06, 1 February 2006 by Abergstrom (Talk | contribs)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

ContourPolyline2D

ContourPolyline2D : X3DNurbsControlCurveNode {
  SFNode  [in,out] metadata NULL  [X3DMetadataObject]
  MFVec2f [in,out] point    []    (-∞,∞);
}

The ContourPolyline2D node defines a piecewise linear curve segment as a part of a trimming contour in the u,v domain of a surface.


The point field specifies the end points of the piecewise linear curve.


ContourPolyline2D nodes are used as children of the Contour2D group.