Uses of Interface
org.web3d.x3d.sai.NURBS.ContourPolyline2D
Package
Description
The NURBS component describes Non-uniform Rational B-Spline (NURBS) geometry and interpolation nodes.
The NURBS component describes Non-uniform Rational B-Spline (NURBS) geometry and interpolation nodes.
-
Uses of ContourPolyline2D in org.web3d.x3d.jsail.NURBS
Modifier and TypeClassDescriptionclass
ContourPolyline2D defines a linear curve segment as part of a trimming contour in the u-v domain of a NURBS surface. -
Uses of ContourPolyline2D in org.web3d.x3d.sai.NURBS
Modifier and TypeMethodDescriptionContourPolyline2D.setControlPoint
(double[] newValue) Accessor method to assign 2-tuple double array to inputOutput MFVec2d field named controlPoint.ContourPolyline2D.setMetadata
(X3DMetadataObject newValue) Accessor method to assign org.web3d.x3d.sai.Core.X3DMetadataObject instance (using a properly typed node) to inputOutput SFNode field metadata.